Shades of Tea Green #CAFFC2
Tints of Tea Green #CAFFC2
RGB
CMYK
RGB Variations
Color information
#CAFFC2 (or 0xCAFFC2) is known color: Tea Green. HEX triplet: CA, FF and C2. RGB value is (202,255,194). Sum of RGB (Red+Green+Blue) = 202+255+194=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC2 is #35003D. Grayscale: #E8E8E8. Windows color (decimal): -3473470 or 12779466. OLE color: 12779466.
HSL color Cylindrical-coordinate representation of color #CAFFC2: hue angle of 112.13º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAFFC2 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 194 | - |
| CMYK | 0.21 | 0 | 0.24 | 0 |
| HSL | 112.13º | 1% | 0.88% | - |
| HSV(B) | 112.13º | 0.24% | 1% | - |
| XYZ | 69.85 | 87.97 | 64.34 | - |
| YUV | 232.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 194 | 0.21 | 0 | 0.24 | 0 | 112.13 | 1 | 0.88 |
| Hex | CA | FF | C2 | 15 | 0 | 18 | 0 | 70 | 64 | 58 |
| Octal | 312 | 377 | 302 | 25 | 0 | 30 | 0 | 160 | 144 | 130 |
| Binary | 11001010 | 11111111 | 11000010 | 10101 | 0 | 11000 | 0 | 1110000 | 1100100 | 1011000 |
Color Harmonies of #CAFFC2
Complementary color
Monochromatic Colors of #CAFFC2
Black with #CAFFC2
Text Example
Text Example
White with #CAFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFC2; }
p { color: rgb(202,255,194); }
H1.HeaderClassName
{
color: #CAFFC2;
}
.AnyTagClassName
{
color: #CAFFC2;
}
</style>
background-color css
<style>
a { background-color: #CAFFC2; }
a { background-color: rgb(202,255,194); }
div.DivClassName
{
background-color: #CAFFC2;
}
.BgClassName
{
background-color: #CAFFC2;
}
</style>
border-color css
<style>
span { border-color: #CAFFC2; }
span { border-color: rgb(202,255,194); }
td.TdClassName
{
border-color: #CAFFC2;
}
.TagClassName
{
border-color: #CAFFC2;
}
</style>