#CAFBAC

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

Shades of Tea Green #CAFBAC

Tints of Tea Green #CAFBAC

Color information

#CAFBAC (or 0xCAFBAC) is unknown color: approx Tea Green. HEX triplet: CA, FB and AC. RGB value is (202,251,172). Sum of RGB (Red+Green+Blue) = 202+251+172=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBAC is #350453. Grayscale: #E3E3E3. Windows color (decimal): -3474516 or 11336650. OLE color: 11336650.

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

Color convert

RGB202251172-
CMYK0.2000.310.02
HSL97.22º90.8%82.94%-
HSV(B)97.22º31.47%98.43%-
XYZ66.384.5351.85-
YUV227.3496.77109.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 172 (67.58% from 255) = 27.52%
R=32.32%
G=40.16%
B=27.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511720.2000.310.0297.2290.882.94
HexCAFBAC1401F2615b53
Octal312373254240372141133123
Binary1100101011111011101011001010001111110110000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBAC; }

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

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

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

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

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

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

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

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