Shades of Tea Green #CAF0C0
Tints of Tea Green #CAF0C0
RGB
CMYK
RGB Variations
Color information
#CAF0C0 (or 0xCAF0C0) is known color: Tea Green. HEX triplet: CA, F0 and C0. RGB value is (202,240,192). Sum of RGB (Red+Green+Blue) = 202+240+192=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0C0 is #350F3F. Grayscale: #DFDFDF. Windows color (decimal): -3477312 or 12644554. OLE color: 12644554.
HSL color Cylindrical-coordinate representation of color #CAF0C0: hue angle of 107.5º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF0C0 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 192 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.06 |
| HSL | 107.5º | 0.62% | 0.85% | - |
| HSV(B) | 107.5º | 0.2% | 0.94% | - |
| XYZ | 65.03 | 78.68 | 61.63 | - |
| YUV | 223.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 192 | 0.16 | 0 | 0.20 | 0.06 | 107.5 | 0.62 | 0.85 |
| Hex | CA | F0 | C0 | 10 | 0 | 14 | 6 | 6C | 3E | 55 |
| Octal | 312 | 360 | 300 | 20 | 0 | 24 | 6 | 154 | 76 | 125 |
| Binary | 11001010 | 11110000 | 11000000 | 10000 | 0 | 10100 | 110 | 1101100 | 111110 | 1010101 |
Color Harmonies of #CAF0C0
Complementary color
Monochromatic Colors of #CAF0C0
Black with #CAF0C0
Text Example
Text Example
White with #CAF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0C0; }
p { color: rgb(202,240,192); }
H1.HeaderClassName
{
color: #CAF0C0;
}
.AnyTagClassName
{
color: #CAF0C0;
}
</style>
background-color css
<style>
a { background-color: #CAF0C0; }
a { background-color: rgb(202,240,192); }
div.DivClassName
{
background-color: #CAF0C0;
}
.BgClassName
{
background-color: #CAF0C0;
}
</style>
border-color css
<style>
span { border-color: #CAF0C0; }
span { border-color: rgb(202,240,192); }
td.TdClassName
{
border-color: #CAF0C0;
}
.TagClassName
{
border-color: #CAF0C0;
}
</style>