Shades of Tea Green #CAFBC0
Tints of Tea Green #CAFBC0
RGB
CMYK
RGB Variations
Color information
#CAFBC0 (or 0xCAFBC0) is known color: Tea Green. HEX triplet: CA, FB and C0. RGB value is (202,251,192). Sum of RGB (Red+Green+Blue) = 202+251+192=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBC0 is #35043F. Grayscale: #E5E5E5. Windows color (decimal): -3474496 or 12647370. OLE color: 12647370.
HSL color Cylindrical-coordinate representation of color #CAFBC0: hue angle of 109.83º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAFBC0 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 192 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.02 |
| HSL | 109.83º | 0.88% | 0.87% | - |
| HSV(B) | 109.83º | 0.24% | 0.98% | - |
| XYZ | 68.37 | 85.36 | 62.74 | - |
| YUV | 229.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 192 | 0.20 | 0 | 0.24 | 0.02 | 109.83 | 0.88 | 0.87 |
| Hex | CA | FB | C0 | 14 | 0 | 18 | 2 | 6E | 58 | 57 |
| Octal | 312 | 373 | 300 | 24 | 0 | 30 | 2 | 156 | 130 | 127 |
| Binary | 11001010 | 11111011 | 11000000 | 10100 | 0 | 11000 | 10 | 1101110 | 1011000 | 1010111 |
Color Harmonies of #CAFBC0
Complementary color
Monochromatic Colors of #CAFBC0
Black with #CAFBC0
Text Example
Text Example
White with #CAFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBC0; }
p { color: rgb(202,251,192); }
H1.HeaderClassName
{
color: #CAFBC0;
}
.AnyTagClassName
{
color: #CAFBC0;
}
</style>
background-color css
<style>
a { background-color: #CAFBC0; }
a { background-color: rgb(202,251,192); }
div.DivClassName
{
background-color: #CAFBC0;
}
.BgClassName
{
background-color: #CAFBC0;
}
</style>
border-color css
<style>
span { border-color: #CAFBC0; }
span { border-color: rgb(202,251,192); }
td.TdClassName
{
border-color: #CAFBC0;
}
.TagClassName
{
border-color: #CAFBC0;
}
</style>