COLOR #33ABBF

HEX: #33ABBF RGB: (51,171,191)

Color info

#33ABBF contains mainly green and blue colors. Web safe color of #33ABBF is #3399CC (or #39C).

RGB color model

#33ABBF color RGB value is (51,171,191).

RGB: (51,171,191) (20%, 67%, 75%)

RGB channels and saturation

R 51 of 255 = 20%
G 171 of 255 = 67%
B 191 of 255 = 75%

51
171
191

R + G + B ~ 54%. #33ABBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 51 + 171 + 191 = 413 (100%)
R 51 of 413 ~ 12.35%
G 171 of 413 ~ 41.4%
B 191 of 413 ~ 46.25'%

%12.35
%41.4
%46.25

CMYK color model

#33ABBF color CMYK value is (73,10,0,25).

  • cyan value is 73.30%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (73,10,0,25)
C73M10Y0K25 (73%, 10%, 0%, 25%)
(0.73 / 0.10 / 0.00 / 0.25)

CMYK percentages

%73.3
%10.47
%0
%25.1

Codes

Color #33ABBF in popluar color models

33 AB BF
RGB 51 171 191
HSL 189° 57.85% 47.45%
HSB/HSV 189° 73.30% 74.90%
CMYK 73.30% 10.47% 0.00%
25.10%

Color #33ABBF in popluar number systems.

HEX 33 AB BF
Decimal 51 171 191
Binary 110011 10101011 10111111
Octal 63 253 277

Shades and tints

Shades of #33ABBF

#33ABBF
(51,171,191)
#2F9CAE
(47,156,174)
#2B8D9D
(43,141,157)
#277E8C
(39,126,140)
#236F7B
(35,111,123)
#1F606A
(31,96,106)
#1B5159
(27,81,89)
#174248
(23,66,72)
#133337
(19,51,55)
#0F2426
(15,36,38)
#0B1515
(11,21,21)
#000000
(0,0,0)

Tints of #33ABBF

#33ABBF
(51,171,191)
#45B2C4
(69,178,196)
#57B9C9
(87,185,201)
#69C0CE
(105,192,206)
#7BC7D3
(123,199,211)
#8DCED8
(141,206,216)
#9FD5DD
(159,213,221)
#B1DCE2
(177,220,226)
#C3E3E7
(195,227,231)
#D5EAEC
(213,234,236)
#E7F1F1
(231,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33ABBF color. Also use rgb(51,171,191) instead hex code.

Text Font Color

.myTextColor { color: #33ABBF; }

<p style="color:#33ABBF">This sample text font color is #33ABBF.</p>

This text font color is #33ABBF.

Background Color

.myBgColor { background-color: #33ABBF; }

<div style="background-color:#33ABBF">Inner text</div>

This div background color is #33ABBF.

Border color

.myBorderColor { border: 1px solid #33ABBF; }

<div style="border:3px solid #33ABBF">Div</div>

This div border color is #33ABBF.

Opacity

.myOpacity80 { color: #33ABBF; opacity: 0.8; }

<p style="color:#33ABBF;opacity:0.8;">80%</p>

Text with #33ABBF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #33ABBF;}

<p style="text-shadow: 3px 3px 1px #33ABBF">Text here.</p>

This text has shadow with #33ABBF color.


.textShadow {text-shadow: 3px 3px 1px #33ABBF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #33ABBF, 5px 5px 20px red">Text here.</p>

This text has shadow with #33ABBF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#33ABBF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#33ABBF, Direction=45, Strength=4)">Text</p>

This text has shadow with #33ABBF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #33ABBF;
-webkit-box-shadow: 1px 1px 3px 2px #33ABBF;
box-shadow: 1px 1px 3px 2px #33ABBF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #33ABBF; -webkit-box-shadow: 1px 1px 3px 2px #33ABBF; box-shadow:1px 1px 3px 2px #33ABBF;">
Div content here
</div>

This div box has shadow with color #33ABBF.

Preview

Color preview on black background

This text has color #33ABBF on black background.


Color preview on white background

This text has color #33ABBF on white background.


Black color preview on #33ABBF background

This text has black color on #33ABBF background.


White color preview on #33ABBF background

This text has white color on #33ABBF background.


Related colors

Complementary color

Complementary color for #hex is #CC5440.


I love getcolorcode.com

Triadic colors

1 #BF33AB and #ABBF33 with #33ABBF are triadic colors.

2 #BFAB33 and #AB33BF with #33ABBF are triadic colors.