Shades of Tea Green #CAF4C0
Tints of Tea Green #CAF4C0
RGB
CMYK
RGB Variations
Color information
#CAF4C0 (or 0xCAF4C0) is known color: Tea Green. HEX triplet: CA, F4 and C0. RGB value is (202,244,192). Sum of RGB (Red+Green+Blue) = 202+244+192=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4C0 is #350B3F. Grayscale: #E1E1E1. Windows color (decimal): -3476288 or 12645578. OLE color: 12645578.
HSL color Cylindrical-coordinate representation of color #CAF4C0: hue angle of 108.46º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAF4C0 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 192 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.04 |
| HSL | 108.46º | 0.7% | 0.85% | - |
| HSV(B) | 108.46º | 0.21% | 0.96% | - |
| XYZ | 66.22 | 81.06 | 62.03 | - |
| YUV | 225.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 192 | 0.17 | 0 | 0.21 | 0.04 | 108.46 | 0.7 | 0.85 |
| Hex | CA | F4 | C0 | 11 | 0 | 15 | 4 | 6C | 46 | 55 |
| Octal | 312 | 364 | 300 | 21 | 0 | 25 | 4 | 154 | 106 | 125 |
| Binary | 11001010 | 11110100 | 11000000 | 10001 | 0 | 10101 | 100 | 1101100 | 1000110 | 1010101 |
Color Harmonies of #CAF4C0
Complementary color
Monochromatic Colors of #CAF4C0
Black with #CAF4C0
Text Example
Text Example
White with #CAF4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4C0; }
p { color: rgb(202,244,192); }
H1.HeaderClassName
{
color: #CAF4C0;
}
.AnyTagClassName
{
color: #CAF4C0;
}
</style>
background-color css
<style>
a { background-color: #CAF4C0; }
a { background-color: rgb(202,244,192); }
div.DivClassName
{
background-color: #CAF4C0;
}
.BgClassName
{
background-color: #CAF4C0;
}
</style>
border-color css
<style>
span { border-color: #CAF4C0; }
span { border-color: rgb(202,244,192); }
td.TdClassName
{
border-color: #CAF4C0;
}
.TagClassName
{
border-color: #CAF4C0;
}
</style>