Shades of Tea Green #CAECC2
Tints of Tea Green #CAECC2
RGB
CMYK
RGB Variations
Color information
#CAECC2 (or 0xCAECC2) is known color: Tea Green. HEX triplet: CA, EC and C2. RGB value is (202,236,194). Sum of RGB (Red+Green+Blue) = 202+236+194=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECC2 is #35133D. Grayscale: #DDDDDD. Windows color (decimal): -3478334 or 12774602. OLE color: 12774602.
HSL color Cylindrical-coordinate representation of color #CAECC2: hue angle of 108.57º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAECC2 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 194 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.07 |
| HSL | 108.57º | 0.53% | 0.84% | - |
| HSV(B) | 108.57º | 0.18% | 0.93% | - |
| XYZ | 64.09 | 76.44 | 62.42 | - |
| YUV | 221.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 194 | 0.14 | 0 | 0.18 | 0.07 | 108.57 | 0.53 | 0.84 |
| Hex | CA | EC | C2 | E | 0 | 12 | 7 | 6D | 34 | 54 |
| Octal | 312 | 354 | 302 | 16 | 0 | 22 | 7 | 155 | 64 | 124 |
| Binary | 11001010 | 11101100 | 11000010 | 1110 | 0 | 10010 | 111 | 1101101 | 110100 | 1010100 |
Color Harmonies of #CAECC2
Complementary color
Monochromatic Colors of #CAECC2
Black with #CAECC2
Text Example
Text Example
White with #CAECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECC2; }
p { color: rgb(202,236,194); }
H1.HeaderClassName
{
color: #CAECC2;
}
.AnyTagClassName
{
color: #CAECC2;
}
</style>
background-color css
<style>
a { background-color: #CAECC2; }
a { background-color: rgb(202,236,194); }
div.DivClassName
{
background-color: #CAECC2;
}
.BgClassName
{
background-color: #CAECC2;
}
</style>
border-color css
<style>
span { border-color: #CAECC2; }
span { border-color: rgb(202,236,194); }
td.TdClassName
{
border-color: #CAECC2;
}
.TagClassName
{
border-color: #CAECC2;
}
</style>