#CAFBB4

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

Shades of Tea Green #CAFBB4

Tints of Tea Green #CAFBB4

Color information

#CAFBB4 (or 0xCAFBB4) is unknown color: approx Tea Green. HEX triplet: CA, FB and B4. RGB value is (202,251,180). Sum of RGB (Red+Green+Blue) = 202+251+180=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBB4 is #35044B. Grayscale: #E4E4E4. Windows color (decimal): -3474508 or 11860938. OLE color: 11860938.

HSL color Cylindrical-coordinate representation of color #CAFBB4: hue angle of 101.41º 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 #CAFBB4 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB202251180-
CMYK0.2000.280.02
HSL101.41º89.87%84.51%-
HSV(B)101.41º28.29%98.43%-
XYZ67.0984.8556.02-
YUV228.26100.77109.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 180 (70.70% from 255) = 28.44%
R=31.91%
G=39.65%
B=28.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511800.2000.280.02101.4189.8784.51
HexCAFBB41401C2655a55
Octal312373264240342145132125
Binary1100101011111011101101001010001110010110010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBB4; }

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

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

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

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

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

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

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

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