Shades of Tea Green #CAECC3
Tints of Tea Green #CAECC3
RGB
CMYK
RGB Variations
Color information
#CAECC3 (or 0xCAECC3) is known color: Tea Green. HEX triplet: CA, EC and C3. RGB value is (202,236,195). Sum of RGB (Red+Green+Blue) = 202+236+195=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECC3 is #35133C. Grayscale: #DDDDDD. Windows color (decimal): -3478333 or 12840138. OLE color: 12840138.
HSL color Cylindrical-coordinate representation of color #CAECC3: hue angle of 109.76º degrees, saturation: 0.52, 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 #CAECC3 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 195 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.07 |
| HSL | 109.76º | 0.52% | 0.85% | - |
| HSV(B) | 109.76º | 0.17% | 0.93% | - |
| XYZ | 64.2 | 76.49 | 63.01 | - |
| YUV | 221.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 195 | 0.14 | 0 | 0.17 | 0.07 | 109.76 | 0.52 | 0.85 |
| Hex | CA | EC | C3 | E | 0 | 11 | 7 | 6E | 34 | 55 |
| Octal | 312 | 354 | 303 | 16 | 0 | 21 | 7 | 156 | 64 | 125 |
| Binary | 11001010 | 11101100 | 11000011 | 1110 | 0 | 10001 | 111 | 1101110 | 110100 | 1010101 |
Color Harmonies of #CAECC3
Complementary color
Monochromatic Colors of #CAECC3
Black with #CAECC3
Text Example
Text Example
White with #CAECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECC3; }
p { color: rgb(202,236,195); }
H1.HeaderClassName
{
color: #CAECC3;
}
.AnyTagClassName
{
color: #CAECC3;
}
</style>
background-color css
<style>
a { background-color: #CAECC3; }
a { background-color: rgb(202,236,195); }
div.DivClassName
{
background-color: #CAECC3;
}
.BgClassName
{
background-color: #CAECC3;
}
</style>
border-color css
<style>
span { border-color: #CAECC3; }
span { border-color: rgb(202,236,195); }
td.TdClassName
{
border-color: #CAECC3;
}
.TagClassName
{
border-color: #CAECC3;
}
</style>