Shades of Tea Green #CAEAC3
Tints of Tea Green #CAEAC3
RGB
CMYK
RGB Variations
Color information
#CAEAC3 (or 0xCAEAC3) is known color: Tea Green. HEX triplet: CA, EA and C3. RGB value is (202,234,195). Sum of RGB (Red+Green+Blue) = 202+234+195=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAC3 is #35153C. Grayscale: #DCDCDC. Windows color (decimal): -3478845 or 12839626. OLE color: 12839626.
HSL color Cylindrical-coordinate representation of color #CAEAC3: hue angle of 109.23º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAEAC3 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 195 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.08 |
| HSL | 109.23º | 0.48% | 0.84% | - |
| HSV(B) | 109.23º | 0.17% | 0.92% | - |
| XYZ | 63.63 | 75.34 | 62.82 | - |
| YUV | 219.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 195 | 0.14 | 0 | 0.17 | 0.08 | 109.23 | 0.48 | 0.84 |
| Hex | CA | EA | C3 | E | 0 | 11 | 8 | 6D | 30 | 54 |
| Octal | 312 | 352 | 303 | 16 | 0 | 21 | 10 | 155 | 60 | 124 |
| Binary | 11001010 | 11101010 | 11000011 | 1110 | 0 | 10001 | 1000 | 1101101 | 110000 | 1010100 |
Color Harmonies of #CAEAC3
Complementary color
Monochromatic Colors of #CAEAC3
Black with #CAEAC3
Text Example
Text Example
White with #CAEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAC3; }
p { color: rgb(202,234,195); }
H1.HeaderClassName
{
color: #CAEAC3;
}
.AnyTagClassName
{
color: #CAEAC3;
}
</style>
background-color css
<style>
a { background-color: #CAEAC3; }
a { background-color: rgb(202,234,195); }
div.DivClassName
{
background-color: #CAEAC3;
}
.BgClassName
{
background-color: #CAEAC3;
}
</style>
border-color css
<style>
span { border-color: #CAEAC3; }
span { border-color: rgb(202,234,195); }
td.TdClassName
{
border-color: #CAEAC3;
}
.TagClassName
{
border-color: #CAEAC3;
}
</style>