#CAFBB8

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

Shades of Tea Green #CAFBB8

Tints of Tea Green #CAFBB8

Color information

#CAFBB8 (or 0xCAFBB8) is unknown color: approx Tea Green. HEX triplet: CA, FB and B8. RGB value is (202,251,184). Sum of RGB (Red+Green+Blue) = 202+251+184=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBB8 is #350447. Grayscale: #E4E4E4. Windows color (decimal): -3474504 or 12123082. OLE color: 12123082.

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

Color convert

RGB202251184-
CMYK0.2000.270.02
HSL103.88º89.33%85.29%-
HSV(B)103.88º26.69%98.43%-
XYZ67.5185.0158.2-
YUV228.71102.77108.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 184 (72.27% from 255) = 28.89%
R=31.71%
G=39.40%
B=28.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511840.2000.270.02103.8889.3385.29
HexCAFBB81401B2685955
Octal312373270240332150131125
Binary1100101011111011101110001010001101110110100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBB8; }

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

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

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

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

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

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

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

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