Shades of Tea Green #CAE8C2
Tints of Tea Green #CAE8C2
RGB
CMYK
RGB Variations
Color information
#CAE8C2 (or 0xCAE8C2) is known color: Tea Green. HEX triplet: CA, E8 and C2. RGB value is (202,232,194). Sum of RGB (Red+Green+Blue) = 202+232+194=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8C2 is #35173D. Grayscale: #DADADA. Windows color (decimal): -3479358 or 12773578. OLE color: 12773578.
HSL color Cylindrical-coordinate representation of color #CAE8C2: hue angle of 107.37º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE8C2 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 194 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.09 |
| HSL | 107.37º | 0.45% | 0.84% | - |
| HSV(B) | 107.37º | 0.16% | 0.91% | - |
| XYZ | 62.95 | 74.16 | 62.04 | - |
| YUV | 218.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 194 | 0.13 | 0 | 0.16 | 0.09 | 107.37 | 0.45 | 0.84 |
| Hex | CA | E8 | C2 | D | 0 | 10 | 9 | 6B | 2D | 54 |
| Octal | 312 | 350 | 302 | 15 | 0 | 20 | 11 | 153 | 55 | 124 |
| Binary | 11001010 | 11101000 | 11000010 | 1101 | 0 | 10000 | 1001 | 1101011 | 101101 | 1010100 |
Color Harmonies of #CAE8C2
Complementary color
Monochromatic Colors of #CAE8C2
Black with #CAE8C2
Text Example
Text Example
White with #CAE8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8C2; }
p { color: rgb(202,232,194); }
H1.HeaderClassName
{
color: #CAE8C2;
}
.AnyTagClassName
{
color: #CAE8C2;
}
</style>
background-color css
<style>
a { background-color: #CAE8C2; }
a { background-color: rgb(202,232,194); }
div.DivClassName
{
background-color: #CAE8C2;
}
.BgClassName
{
background-color: #CAE8C2;
}
</style>
border-color css
<style>
span { border-color: #CAE8C2; }
span { border-color: rgb(202,232,194); }
td.TdClassName
{
border-color: #CAE8C2;
}
.TagClassName
{
border-color: #CAE8C2;
}
</style>