Shades of Tea Green #CAECC4
Tints of Tea Green #CAECC4
RGB
CMYK
RGB Variations
Color information
#CAECC4 (or 0xCAECC4) is known color: Tea Green. HEX triplet: CA, EC and C4. RGB value is (202,236,196). Sum of RGB (Red+Green+Blue) = 202+236+196=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECC4 is #35133B. Grayscale: #DDDDDD. Windows color (decimal): -3478332 or 12905674. OLE color: 12905674.
HSL color Cylindrical-coordinate representation of color #CAECC4: hue angle of 111º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAECC4 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 196 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.07 |
| HSL | 111º | 0.51% | 0.85% | - |
| HSV(B) | 111º | 0.17% | 0.93% | - |
| XYZ | 64.32 | 76.53 | 63.61 | - |
| YUV | 221.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 196 | 0.14 | 0 | 0.17 | 0.07 | 111 | 0.51 | 0.85 |
| Hex | CA | EC | C4 | E | 0 | 11 | 7 | 6F | 33 | 55 |
| Octal | 312 | 354 | 304 | 16 | 0 | 21 | 7 | 157 | 63 | 125 |
| Binary | 11001010 | 11101100 | 11000100 | 1110 | 0 | 10001 | 111 | 1101111 | 110011 | 1010101 |
Color Harmonies of #CAECC4
Complementary color
Monochromatic Colors of #CAECC4
Black with #CAECC4
Text Example
Text Example
White with #CAECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECC4; }
p { color: rgb(202,236,196); }
H1.HeaderClassName
{
color: #CAECC4;
}
.AnyTagClassName
{
color: #CAECC4;
}
</style>
background-color css
<style>
a { background-color: #CAECC4; }
a { background-color: rgb(202,236,196); }
div.DivClassName
{
background-color: #CAECC4;
}
.BgClassName
{
background-color: #CAECC4;
}
</style>
border-color css
<style>
span { border-color: #CAECC4; }
span { border-color: rgb(202,236,196); }
td.TdClassName
{
border-color: #CAECC4;
}
.TagClassName
{
border-color: #CAECC4;
}
</style>