Shades of Tea Green #CAFBC2
Tints of Tea Green #CAFBC2
RGB
CMYK
RGB Variations
Color information
#CAFBC2 (or 0xCAFBC2) is known color: Tea Green. HEX triplet: CA, FB and C2. RGB value is (202,251,194). Sum of RGB (Red+Green+Blue) = 202+251+194=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBC2 is #35043D. Grayscale: #E6E6E6. Windows color (decimal): -3474494 or 12778442. OLE color: 12778442.
HSL color Cylindrical-coordinate representation of color #CAFBC2: hue angle of 111.58º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAFBC2 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 194 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.02 |
| HSL | 111.58º | 0.88% | 0.87% | - |
| HSV(B) | 111.58º | 0.23% | 0.98% | - |
| XYZ | 68.59 | 85.45 | 63.92 | - |
| YUV | 229.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 194 | 0.20 | 0 | 0.23 | 0.02 | 111.58 | 0.88 | 0.87 |
| Hex | CA | FB | C2 | 14 | 0 | 17 | 2 | 70 | 58 | 57 |
| Octal | 312 | 373 | 302 | 24 | 0 | 27 | 2 | 160 | 130 | 127 |
| Binary | 11001010 | 11111011 | 11000010 | 10100 | 0 | 10111 | 10 | 1110000 | 1011000 | 1010111 |
Color Harmonies of #CAFBC2
Complementary color
Monochromatic Colors of #CAFBC2
Black with #CAFBC2
Text Example
Text Example
White with #CAFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBC2; }
p { color: rgb(202,251,194); }
H1.HeaderClassName
{
color: #CAFBC2;
}
.AnyTagClassName
{
color: #CAFBC2;
}
</style>
background-color css
<style>
a { background-color: #CAFBC2; }
a { background-color: rgb(202,251,194); }
div.DivClassName
{
background-color: #CAFBC2;
}
.BgClassName
{
background-color: #CAFBC2;
}
</style>
border-color css
<style>
span { border-color: #CAFBC2; }
span { border-color: rgb(202,251,194); }
td.TdClassName
{
border-color: #CAFBC2;
}
.TagClassName
{
border-color: #CAFBC2;
}
</style>