Shades of Tea Green #CAFEC0
Tints of Tea Green #CAFEC0
RGB
CMYK
RGB Variations
Color information
#CAFEC0 (or 0xCAFEC0) is known color: Tea Green. HEX triplet: CA, FE and C0. RGB value is (202,254,192). Sum of RGB (Red+Green+Blue) = 202+254+192=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC0 is #35013F. Grayscale: #E7E7E7. Windows color (decimal): -3473728 or 12648138. OLE color: 12648138.
HSL color Cylindrical-coordinate representation of color #CAFEC0: hue angle of 110.32º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAFEC0 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 192 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.00 |
| HSL | 110.32º | 0.97% | 0.87% | - |
| HSV(B) | 110.32º | 0.24% | 1% | - |
| XYZ | 69.31 | 87.25 | 63.06 | - |
| YUV | 231.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 192 | 0.20 | 0 | 0.24 | 0.00 | 110.32 | 0.97 | 0.87 |
| Hex | CA | FE | C0 | 14 | 0 | 18 | 0 | 6E | 61 | 57 |
| Octal | 312 | 376 | 300 | 24 | 0 | 30 | 0 | 156 | 141 | 127 |
| Binary | 11001010 | 11111110 | 11000000 | 10100 | 0 | 11000 | 0 | 1101110 | 1100001 | 1010111 |
Color Harmonies of #CAFEC0
Complementary color
Monochromatic Colors of #CAFEC0
Black with #CAFEC0
Text Example
Text Example
White with #CAFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEC0; }
p { color: rgb(202,254,192); }
H1.HeaderClassName
{
color: #CAFEC0;
}
.AnyTagClassName
{
color: #CAFEC0;
}
</style>
background-color css
<style>
a { background-color: #CAFEC0; }
a { background-color: rgb(202,254,192); }
div.DivClassName
{
background-color: #CAFEC0;
}
.BgClassName
{
background-color: #CAFEC0;
}
</style>
border-color css
<style>
span { border-color: #CAFEC0; }
span { border-color: rgb(202,254,192); }
td.TdClassName
{
border-color: #CAFEC0;
}
.TagClassName
{
border-color: #CAFEC0;
}
</style>