COLOR #33CCCC

HEX: #33CCCC RGB: (51,204,204)

Color info

#33CCCC contains mainly green and blue colors. #33CCCC color is web safe color. It maybe written shortly as #3CC.

RGB color model

#33CCCC color RGB value is (51,204,204).

RGB: (51,204,204) (20%, 80%, 80%)

RGB channels and saturation

R 51 of 255 = 20%
G 204 of 255 = 80%
B 204 of 255 = 80%

51
204
204

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

Portions of RGB colors in percentages

R + G + B = 51 + 204 + 204 = 459 (100%)
R 51 of 459 ~ 11.11%
G 204 of 459 ~ 44.44%
B 204 of 459 ~ 44.44'%

%11.11
%44.44
%44.44

CMYK color model

#33CCCC color CMYK value is (75,0,0,20).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (75,0,0,20) C75M0Y0K20 (75%,0%,0%,20%) (0.75/0.00/0.00/0.20) 

CMYK percentages

%75
%0
%0
%20

Codes

Color #33CCCC in popluar color models

33 CC CC
RGB 51 204 204
HSL 180° 60.00% 50.00%
HSB/HSV 180° 75.00% 80.00%
CMYK 75.00% 0.00% 0.00%
20.00%

Color #33CCCC in popluar number systems.

HEX 33 CC CC
Decimal 51 204 204
Binary 110011 11001100 11001100
Octal 63 314 314

Shades and tints

Shades of #33CCCC

#33CCCC
(51,204,204)
#2FBABA
(47,186,186)
#2BA8A8
(43,168,168)
#279696
(39,150,150)
#238484
(35,132,132)
#1F7272
(31,114,114)
#1B6060
(27,96,96)
#174E4E
(23,78,78)
#133C3C
(19,60,60)
#0F2A2A
(15,42,42)
#0B1818
(11,24,24)
#000000
(0,0,0)

Tints of #33CCCC

#33CCCC
(51,204,204)
#45D0D0
(69,208,208)
#57D4D4
(87,212,212)
#69D8D8
(105,216,216)
#7BDCDC
(123,220,220)
#8DE0E0
(141,224,224)
#9FE4E4
(159,228,228)
#B1E8E8
(177,232,232)
#C3ECEC
(195,236,236)
#D5F0F0
(213,240,240)
#E7F4F4
(231,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33CCCC; }

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

This text font color is #33CCCC.

Background Color

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

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

This div background color is #33CCCC.

Border color

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

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

This div border color is #33CCCC.

Opacity

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

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

Text with #33CCCC 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 #33CCCC;}

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

This text has shadow with #33CCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33CCCC.

Preview

Color preview on black background

This text has color #33CCCC on black background.


Color preview on white background

This text has color #33CCCC on white background.


Black color preview on #33CCCC background

This text has black color on #33CCCC background.


White color preview on #33CCCC background

This text has white color on #33CCCC background.


Related colors

Complementary color

Complementary color for #hex is #CC3333.


I love getcolorcode.com