COLOR #33FFCC

HEX: #33FFCC RGB: (51,255,204)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
255
204

R + G + B ~ 67%. #33FFCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 51 + 255 + 204 = 510 (100%)
R 51 of 510 ~ 10%
G 255 of 510 ~ 50%
B 204 of 510 ~ 40'%

%50
%40

CMYK color model

#33FFCC color CMYK value is (80,0,20,0).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 0.00%

CMYK: (80,0,20,0)
C80M0Y20K0 (80%, 0%, 20%, 0%)
(0.80 / 0.00 / 0.20 / 0.00)

CMYK percentages

%80
%0
%20
%0

Codes

Color #33FFCC in popluar color models

33 FF CC
RGB 51 255 204
HSL 165° 100.00% 60.00%
HSB/HSV 165° 80.00% 100.00%
CMYK 80.00% 0.00% 20.00%
0.00%

Color #33FFCC in popluar number systems.

HEX 33 FF CC
Decimal 51 255 204
Binary 110011 11111111 11001100
Octal 63 377 314

Shades and tints

Shades of #33FFCC

#33FFCC
(51,255,204)
#2FE8BA
(47,232,186)
#2BD1A8
(43,209,168)
#27BA96
(39,186,150)
#23A384
(35,163,132)
#1F8C72
(31,140,114)
#1B7560
(27,117,96)
#175E4E
(23,94,78)
#13473C
(19,71,60)
#0F302A
(15,48,42)
#0B1918
(11,25,24)
#000000
(0,0,0)

Tints of #33FFCC

#33FFCC
(51,255,204)
#45FFD0
(69,255,208)
#57FFD4
(87,255,212)
#69FFD8
(105,255,216)
#7BFFDC
(123,255,220)
#8DFFE0
(141,255,224)
#9FFFE4
(159,255,228)
#B1FFE8
(177,255,232)
#C3FFEC
(195,255,236)
#D5FFF0
(213,255,240)
#E7FFF4
(231,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33FFCC; }

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

This text font color is #33FFCC.

Background Color

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

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

This div background color is #33FFCC.

Border color

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

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

This div border color is #33FFCC.

Opacity

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

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

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

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

This text has shadow with #33FFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33FFCC.

Preview

Color preview on black background

This text has color #33FFCC on black background.


Color preview on white background

This text has color #33FFCC on white background.


Black color preview on #33FFCC background

This text has black color on #33FFCC background.


White color preview on #33FFCC background

This text has white color on #33FFCC background.


Related colors

Complementary color

Complementary color for #hex is #CC0033.


I love getcolorcode.com

Triadic colors

1 #CC33FF and #FFCC33 with #33FFCC are triadic colors.

2 #CCFF33 and #FF33CC with #33FFCC are triadic colors.