Shades of Tea Green #CAFCAB
Tints of Tea Green #CAFCAB
RGB
CMYK
RGB Variations
Color information
#CAFCAB (or 0xCAFCAB) is known color: Tea Green. HEX triplet: CA, FC and AB. RGB value is (202,252,171). Sum of RGB (Red+Green+Blue) = 202+252+171=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFCAB is #350354. Grayscale: #E4E4E4. Windows color (decimal): -3474261 or 11271370. OLE color: 11271370.
HSL color Cylindrical-coordinate representation of color #CAFCAB: hue angle of 97.04º 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 #CAFCAB is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 171 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.01 |
| HSL | 97.04º | 0.93% | 0.83% | - |
| HSV(B) | 97.04º | 0.32% | 0.99% | - |
| XYZ | 66.52 | 85.12 | 51.45 | - |
| YUV | 227.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 171 | 0.20 | 0 | 0.32 | 0.01 | 97.04 | 0.93 | 0.83 |
| Hex | CA | FC | AB | 14 | 0 | 20 | 1 | 61 | 5D | 53 |
| Octal | 312 | 374 | 253 | 24 | 0 | 40 | 1 | 141 | 135 | 123 |
| Binary | 11001010 | 11111100 | 10101011 | 10100 | 0 | 100000 | 1 | 1100001 | 1011101 | 1010011 |
Color Harmonies of #CAFCAB
Complementary color
Monochromatic Colors of #CAFCAB
Black with #CAFCAB
Text Example
Text Example
White with #CAFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCAB; }
p { color: rgb(202,252,171); }
H1.HeaderClassName
{
color: #CAFCAB;
}
.AnyTagClassName
{
color: #CAFCAB;
}
</style>
background-color css
<style>
a { background-color: #CAFCAB; }
a { background-color: rgb(202,252,171); }
div.DivClassName
{
background-color: #CAFCAB;
}
.BgClassName
{
background-color: #CAFCAB;
}
</style>
border-color css
<style>
span { border-color: #CAFCAB; }
span { border-color: rgb(202,252,171); }
td.TdClassName
{
border-color: #CAFCAB;
}
.TagClassName
{
border-color: #CAFCAB;
}
</style>