Shades of Tea Green #CAECC0
Tints of Tea Green #CAECC0
RGB
CMYK
RGB Variations
Color information
#CAECC0 (or 0xCAECC0) is known color: Tea Green. HEX triplet: CA, EC and C0. RGB value is (202,236,192). Sum of RGB (Red+Green+Blue) = 202+236+192=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECC0 is #35133F. Grayscale: #DCDCDC. Windows color (decimal): -3478336 or 12643530. OLE color: 12643530.
HSL color Cylindrical-coordinate representation of color #CAECC0: hue angle of 106.36º degrees, saturation: 0.54, 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 #CAECC0 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 236 | 192 | - |
CMYK | 0.14 | 0 | 0.19 | 0.07 |
HSL | 106.36º | 0.54% | 0.84% | - |
HSV(B) | 106.36º | 0.19% | 0.93% | - |
XYZ | 63.87 | 76.35 | 61.24 | - |
YUV | 220.82 | 111.74 | 114.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 236 | 192 | 0.14 | 0 | 0.19 | 0.07 | 106.36 | 0.54 | 0.84 |
Hex | CA | EC | C0 | E | 0 | 13 | 7 | 6A | 36 | 54 |
Octal | 312 | 354 | 300 | 16 | 0 | 23 | 7 | 152 | 66 | 124 |
Binary | 11001010 | 11101100 | 11000000 | 1110 | 0 | 10011 | 111 | 1101010 | 110110 | 1010100 |
Color Harmonies of #CAECC0
Complementary color
Monochromatic Colors of #CAECC0
Black with #CAECC0
Text Example
Text Example
White with #CAECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECC0; }
p { color: rgb(202,236,192); }
H1.HeaderClassName
{
color: #CAECC0;
}
.AnyTagClassName
{
color: #CAECC0;
}
</style>
background-color css
<style>
a { background-color: #CAECC0; }
a { background-color: rgb(202,236,192); }
div.DivClassName
{
background-color: #CAECC0;
}
.BgClassName
{
background-color: #CAECC0;
}
</style>
border-color css
<style>
span { border-color: #CAECC0; }
span { border-color: rgb(202,236,192); }
td.TdClassName
{
border-color: #CAECC0;
}
.TagClassName
{
border-color: #CAECC0;
}
</style>