#CCFBB4

Color #CCFBB4 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CCFBB4

Tints of Tea Green #CCFBB4

Color information

#CCFBB4 (or 0xCCFBB4) is unknown color: approx Tea Green. HEX triplet: CC, FB and B4. RGB value is (204,251,180). Sum of RGB (Red+Green+Blue) = 204+251+180=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBB4 is #33044B. Grayscale: #E5E5E5. Windows color (decimal): -3343436 or 11860940. OLE color: 11860940.

HSL color Cylindrical-coordinate representation of color #CCFBB4: hue angle of 99.72º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCFBB4 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB204251180-
CMYK0.1900.280.02
HSL99.72º89.87%84.51%-
HSV(B)99.72º28.29%98.43%-
XYZ67.6485.1356.05-
YUV228.85100.43110.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 180 (70.70% from 255) = 28.35%
R=32.13%
G=39.53%
B=28.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511800.1900.280.0299.7289.8784.51
HexCCFBB41301C2645a55
Octal314373264230342144132125
Binary1100110011111011101101001001101110010110010010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBB4; }

 p { color: rgb(204,251,180); }

 H1.HeaderClassName
 {
   color: #CCFBB4;
 }
 .AnyTagClassName
 {
   color: #CCFBB4;
 }
</style>
background-color css

<style>
 a { background-color: #CCFBB4; }

 a { background-color: rgb(204,251,180); }

 div.DivClassName
 {
   background-color: #CCFBB4;
 }
 .BgClassName
 {
   background-color: #CCFBB4;
 }
</style>
border-color css

<style>
 span { border-color: #CCFBB4; }

 span { border-color: rgb(204,251,180); }

 td.TdClassName
 {
   border-color: #CCFBB4;
 }
 .TagClassName
 {
   border-color: #CCFBB4;
 }
</style>