Shades of Tea Green #CAFCAC
Tints of Tea Green #CAFCAC
RGB
CMYK
RGB Variations
Color information
#CAFCAC (or 0xCAFCAC) is known color: Tea Green. HEX triplet: CA, FC and AC. RGB value is (202,252,172). Sum of RGB (Red+Green+Blue) = 202+252+172=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFCAC is #350353. Grayscale: #E4E4E4. Windows color (decimal): -3474260 or 11336906. OLE color: 11336906.
HSL color Cylindrical-coordinate representation of color #CAFCAC: hue angle of 97.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAFCAC is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 172 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.01 |
| HSL | 97.5º | 0.93% | 0.83% | - |
| HSV(B) | 97.5º | 0.32% | 0.99% | - |
| XYZ | 66.61 | 85.16 | 51.96 | - |
| YUV | 227.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 172 | 0.20 | 0 | 0.32 | 0.01 | 97.5 | 0.93 | 0.83 |
| Hex | CA | FC | AC | 14 | 0 | 20 | 1 | 62 | 5D | 53 |
| Octal | 312 | 374 | 254 | 24 | 0 | 40 | 1 | 142 | 135 | 123 |
| Binary | 11001010 | 11111100 | 10101100 | 10100 | 0 | 100000 | 1 | 1100010 | 1011101 | 1010011 |
Color Harmonies of #CAFCAC
Complementary color
Monochromatic Colors of #CAFCAC
Black with #CAFCAC
Text Example
Text Example
White with #CAFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCAC; }
p { color: rgb(202,252,172); }
H1.HeaderClassName
{
color: #CAFCAC;
}
.AnyTagClassName
{
color: #CAFCAC;
}
</style>
background-color css
<style>
a { background-color: #CAFCAC; }
a { background-color: rgb(202,252,172); }
div.DivClassName
{
background-color: #CAFCAC;
}
.BgClassName
{
background-color: #CAFCAC;
}
</style>
border-color css
<style>
span { border-color: #CAFCAC; }
span { border-color: rgb(202,252,172); }
td.TdClassName
{
border-color: #CAFCAC;
}
.TagClassName
{
border-color: #CAFCAC;
}
</style>