Shades of Tea Green #CAE8C0
Tints of Tea Green #CAE8C0
RGB
CMYK
RGB Variations
Color information
#CAE8C0 (or 0xCAE8C0) is known color: Tea Green. HEX triplet: CA, E8 and C0. RGB value is (202,232,192). Sum of RGB (Red+Green+Blue) = 202+232+192=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8C0 is #35173F. Grayscale: #DADADA. Windows color (decimal): -3479360 or 12642506. OLE color: 12642506.
HSL color Cylindrical-coordinate representation of color #CAE8C0: hue angle of 105º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE8C0 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 192 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.09 |
| HSL | 105º | 0.47% | 0.83% | - |
| HSV(B) | 105º | 0.17% | 0.91% | - |
| XYZ | 62.73 | 74.08 | 60.86 | - |
| YUV | 218.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 192 | 0.13 | 0 | 0.17 | 0.09 | 105 | 0.47 | 0.83 |
| Hex | CA | E8 | C0 | D | 0 | 11 | 9 | 69 | 2F | 53 |
| Octal | 312 | 350 | 300 | 15 | 0 | 21 | 11 | 151 | 57 | 123 |
| Binary | 11001010 | 11101000 | 11000000 | 1101 | 0 | 10001 | 1001 | 1101001 | 101111 | 1010011 |
Color Harmonies of #CAE8C0
Complementary color
Monochromatic Colors of #CAE8C0
Black with #CAE8C0
Text Example
Text Example
White with #CAE8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8C0; }
p { color: rgb(202,232,192); }
H1.HeaderClassName
{
color: #CAE8C0;
}
.AnyTagClassName
{
color: #CAE8C0;
}
</style>
background-color css
<style>
a { background-color: #CAE8C0; }
a { background-color: rgb(202,232,192); }
div.DivClassName
{
background-color: #CAE8C0;
}
.BgClassName
{
background-color: #CAE8C0;
}
</style>
border-color css
<style>
span { border-color: #CAE8C0; }
span { border-color: rgb(202,232,192); }
td.TdClassName
{
border-color: #CAE8C0;
}
.TagClassName
{
border-color: #CAE8C0;
}
</style>