Shades of Tea Green #CAEEC4
Tints of Tea Green #CAEEC4
RGB
CMYK
RGB Variations
Color information
#CAEEC4 (or 0xCAEEC4) is known color: Tea Green. HEX triplet: CA, EE and C4. RGB value is (202,238,196). Sum of RGB (Red+Green+Blue) = 202+238+196=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC4 is #35113B. Grayscale: #DEDEDE. Windows color (decimal): -3477820 or 12906186. OLE color: 12906186.
HSL color Cylindrical-coordinate representation of color #CAEEC4: hue angle of 111.43º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEEC4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 196 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.07 |
| HSL | 111.43º | 0.55% | 0.85% | - |
| HSV(B) | 111.43º | 0.18% | 0.93% | - |
| XYZ | 64.9 | 77.69 | 63.8 | - |
| YUV | 222.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 196 | 0.15 | 0 | 0.18 | 0.07 | 111.43 | 0.55 | 0.85 |
| Hex | CA | EE | C4 | F | 0 | 12 | 7 | 6F | 37 | 55 |
| Octal | 312 | 356 | 304 | 17 | 0 | 22 | 7 | 157 | 67 | 125 |
| Binary | 11001010 | 11101110 | 11000100 | 1111 | 0 | 10010 | 111 | 1101111 | 110111 | 1010101 |
Color Harmonies of #CAEEC4
Complementary color
Monochromatic Colors of #CAEEC4
Black with #CAEEC4
Text Example
Text Example
White with #CAEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEC4; }
p { color: rgb(202,238,196); }
H1.HeaderClassName
{
color: #CAEEC4;
}
.AnyTagClassName
{
color: #CAEEC4;
}
</style>
background-color css
<style>
a { background-color: #CAEEC4; }
a { background-color: rgb(202,238,196); }
div.DivClassName
{
background-color: #CAEEC4;
}
.BgClassName
{
background-color: #CAEEC4;
}
</style>
border-color css
<style>
span { border-color: #CAEEC4; }
span { border-color: rgb(202,238,196); }
td.TdClassName
{
border-color: #CAEEC4;
}
.TagClassName
{
border-color: #CAEEC4;
}
</style>