Shades of Tea Green #CAEEC0
Tints of Tea Green #CAEEC0
RGB
CMYK
RGB Variations
Color information
#CAEEC0 (or 0xCAEEC0) is known color: Tea Green. HEX triplet: CA, EE and C0. RGB value is (202,238,192). Sum of RGB (Red+Green+Blue) = 202+238+192=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC0 is #35113F. Grayscale: #DEDEDE. Windows color (decimal): -3477824 or 12644042. OLE color: 12644042.
HSL color Cylindrical-coordinate representation of color #CAEEC0: hue angle of 106.96º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAEEC0 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 192 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.07 |
| HSL | 106.96º | 0.58% | 0.84% | - |
| HSV(B) | 106.96º | 0.19% | 0.93% | - |
| XYZ | 64.45 | 77.51 | 61.43 | - |
| YUV | 221.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 192 | 0.15 | 0 | 0.19 | 0.07 | 106.96 | 0.58 | 0.84 |
| Hex | CA | EE | C0 | F | 0 | 13 | 7 | 6B | 3A | 54 |
| Octal | 312 | 356 | 300 | 17 | 0 | 23 | 7 | 153 | 72 | 124 |
| Binary | 11001010 | 11101110 | 11000000 | 1111 | 0 | 10011 | 111 | 1101011 | 111010 | 1010100 |
Color Harmonies of #CAEEC0
Complementary color
Monochromatic Colors of #CAEEC0
Black with #CAEEC0
Text Example
Text Example
White with #CAEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEC0; }
p { color: rgb(202,238,192); }
H1.HeaderClassName
{
color: #CAEEC0;
}
.AnyTagClassName
{
color: #CAEEC0;
}
</style>
background-color css
<style>
a { background-color: #CAEEC0; }
a { background-color: rgb(202,238,192); }
div.DivClassName
{
background-color: #CAEEC0;
}
.BgClassName
{
background-color: #CAEEC0;
}
</style>
border-color css
<style>
span { border-color: #CAEEC0; }
span { border-color: rgb(202,238,192); }
td.TdClassName
{
border-color: #CAEEC0;
}
.TagClassName
{
border-color: #CAEEC0;
}
</style>