Shades of Tea Green #CAF0C2
Tints of Tea Green #CAF0C2
RGB
CMYK
RGB Variations
Color information
#CAF0C2 (or 0xCAF0C2) is known color: Tea Green. HEX triplet: CA, F0 and C2. RGB value is (202,240,194). Sum of RGB (Red+Green+Blue) = 202+240+194=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0C2 is #350F3D. Grayscale: #DFDFDF. Windows color (decimal): -3477310 or 12775626. OLE color: 12775626.
HSL color Cylindrical-coordinate representation of color #CAF0C2: hue angle of 109.57º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF0C2 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 194 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.06 |
| HSL | 109.57º | 0.61% | 0.85% | - |
| HSV(B) | 109.57º | 0.19% | 0.94% | - |
| XYZ | 65.25 | 78.77 | 62.8 | - |
| YUV | 223.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 194 | 0.16 | 0 | 0.19 | 0.06 | 109.57 | 0.61 | 0.85 |
| Hex | CA | F0 | C2 | 10 | 0 | 13 | 6 | 6E | 3D | 55 |
| Octal | 312 | 360 | 302 | 20 | 0 | 23 | 6 | 156 | 75 | 125 |
| Binary | 11001010 | 11110000 | 11000010 | 10000 | 0 | 10011 | 110 | 1101110 | 111101 | 1010101 |
Color Harmonies of #CAF0C2
Complementary color
Monochromatic Colors of #CAF0C2
Black with #CAF0C2
Text Example
Text Example
White with #CAF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0C2; }
p { color: rgb(202,240,194); }
H1.HeaderClassName
{
color: #CAF0C2;
}
.AnyTagClassName
{
color: #CAF0C2;
}
</style>
background-color css
<style>
a { background-color: #CAF0C2; }
a { background-color: rgb(202,240,194); }
div.DivClassName
{
background-color: #CAF0C2;
}
.BgClassName
{
background-color: #CAF0C2;
}
</style>
border-color css
<style>
span { border-color: #CAF0C2; }
span { border-color: rgb(202,240,194); }
td.TdClassName
{
border-color: #CAF0C2;
}
.TagClassName
{
border-color: #CAF0C2;
}
</style>