Shades of Tea Green #CAF5C0
Tints of Tea Green #CAF5C0
RGB
CMYK
RGB Variations
Color information
#CAF5C0 (or 0xCAF5C0) is known color: Tea Green. HEX triplet: CA, F5 and C0. RGB value is (202,245,192). Sum of RGB (Red+Green+Blue) = 202+245+192=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5C0 is #350A3F. Grayscale: #E2E2E2. Windows color (decimal): -3476032 or 12645834. OLE color: 12645834.
HSL color Cylindrical-coordinate representation of color #CAF5C0: hue angle of 108.68º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAF5C0 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 192 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.04 |
| HSL | 108.68º | 0.73% | 0.86% | - |
| HSV(B) | 108.68º | 0.22% | 0.96% | - |
| XYZ | 66.52 | 81.67 | 62.13 | - |
| YUV | 226.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 192 | 0.18 | 0 | 0.22 | 0.04 | 108.68 | 0.73 | 0.86 |
| Hex | CA | F5 | C0 | 12 | 0 | 16 | 4 | 6D | 49 | 56 |
| Octal | 312 | 365 | 300 | 22 | 0 | 26 | 4 | 155 | 111 | 126 |
| Binary | 11001010 | 11110101 | 11000000 | 10010 | 0 | 10110 | 100 | 1101101 | 1001001 | 1010110 |
Color Harmonies of #CAF5C0
Complementary color
Monochromatic Colors of #CAF5C0
Black with #CAF5C0
Text Example
Text Example
White with #CAF5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF5C0; }
p { color: rgb(202,245,192); }
H1.HeaderClassName
{
color: #CAF5C0;
}
.AnyTagClassName
{
color: #CAF5C0;
}
</style>
background-color css
<style>
a { background-color: #CAF5C0; }
a { background-color: rgb(202,245,192); }
div.DivClassName
{
background-color: #CAF5C0;
}
.BgClassName
{
background-color: #CAF5C0;
}
</style>
border-color css
<style>
span { border-color: #CAF5C0; }
span { border-color: rgb(202,245,192); }
td.TdClassName
{
border-color: #CAF5C0;
}
.TagClassName
{
border-color: #CAF5C0;
}
</style>