#CAFBB9

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

Shades of Tea Green #CAFBB9

Tints of Tea Green #CAFBB9

Color information

#CAFBB9 (or 0xCAFBB9) is unknown color: approx Tea Green. HEX triplet: CA, FB and B9. RGB value is (202,251,185). Sum of RGB (Red+Green+Blue) = 202+251+185=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBB9 is #350446. Grayscale: #E5E5E5. Windows color (decimal): -3474503 or 12188618. OLE color: 12188618.

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

Color convert

RGB202251185-
CMYK0.2000.260.02
HSL104.55º89.19%85.49%-
HSV(B)104.55º26.29%98.43%-
XYZ67.6185.0558.75-
YUV228.82103.27108.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 251 (98.44% from 255) = 39.34%
BLUE value IS 185 (72.66% from 255) = 29.00%
R=31.66%
G=39.34%
B=29.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511850.2000.260.02104.5589.1985.49
HexCAFBB91401A2695955
Octal312373271240322151131125
Binary1100101011111011101110011010001101010110100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBB9; }

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

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

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

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

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

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

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

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