Shades of Tea Green #CAFAC0
Tints of Tea Green #CAFAC0
RGB
CMYK
RGB Variations
Color information
#CAFAC0 (or 0xCAFAC0) is known color: Tea Green. HEX triplet: CA, FA and C0. RGB value is (202,250,192). Sum of RGB (Red+Green+Blue) = 202+250+192=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAC0 is #35053F. Grayscale: #E5E5E5. Windows color (decimal): -3474752 or 12647114. OLE color: 12647114.
HSL color Cylindrical-coordinate representation of color #CAFAC0: hue angle of 109.66º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAFAC0 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 192 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.02 |
| HSL | 109.66º | 0.85% | 0.87% | - |
| HSV(B) | 109.66º | 0.23% | 0.98% | - |
| XYZ | 68.06 | 84.73 | 62.64 | - |
| YUV | 229.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 192 | 0.19 | 0 | 0.23 | 0.02 | 109.66 | 0.85 | 0.87 |
| Hex | CA | FA | C0 | 13 | 0 | 17 | 2 | 6E | 55 | 57 |
| Octal | 312 | 372 | 300 | 23 | 0 | 27 | 2 | 156 | 125 | 127 |
| Binary | 11001010 | 11111010 | 11000000 | 10011 | 0 | 10111 | 10 | 1101110 | 1010101 | 1010111 |
Color Harmonies of #CAFAC0
Complementary color
Monochromatic Colors of #CAFAC0
Black with #CAFAC0
Text Example
Text Example
White with #CAFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAC0; }
p { color: rgb(202,250,192); }
H1.HeaderClassName
{
color: #CAFAC0;
}
.AnyTagClassName
{
color: #CAFAC0;
}
</style>
background-color css
<style>
a { background-color: #CAFAC0; }
a { background-color: rgb(202,250,192); }
div.DivClassName
{
background-color: #CAFAC0;
}
.BgClassName
{
background-color: #CAFAC0;
}
</style>
border-color css
<style>
span { border-color: #CAFAC0; }
span { border-color: rgb(202,250,192); }
td.TdClassName
{
border-color: #CAFAC0;
}
.TagClassName
{
border-color: #CAFAC0;
}
</style>