Shades of Tea Green #CAFAAF
Tints of Tea Green #CAFAAF
RGB
CMYK
RGB Variations
Color information
#CAFAAF (or 0xCAFAAF) is known color: Tea Green. HEX triplet: CA, FA and AF. RGB value is (202,250,175). Sum of RGB (Red+Green+Blue) = 202+250+175=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAAF is #350550. Grayscale: #E3E3E3. Windows color (decimal): -3474769 or 11533002. OLE color: 11533002.
HSL color Cylindrical-coordinate representation of color #CAFAAF: hue angle of 98.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFAAF is Cyan = 0.19, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 175 | - |
| CMYK | 0.19 | 0 | 0.3 | 0.02 |
| HSL | 98.4º | 0.88% | 0.83% | - |
| HSV(B) | 98.4º | 0.3% | 0.98% | - |
| XYZ | 66.28 | 84.02 | 53.28 | - |
| YUV | 227.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 175 | 0.19 | 0 | 0.3 | 0.02 | 98.4 | 0.88 | 0.83 |
| Hex | CA | FA | AF | 13 | 0 | 1E | 2 | 62 | 58 | 53 |
| Octal | 312 | 372 | 257 | 23 | 0 | 36 | 2 | 142 | 130 | 123 |
| Binary | 11001010 | 11111010 | 10101111 | 10011 | 0 | 11110 | 10 | 1100010 | 1011000 | 1010011 |
Color Harmonies of #CAFAAF
Complementary color
Monochromatic Colors of #CAFAAF
Black with #CAFAAF
Text Example
Text Example
White with #CAFAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAAF; }
p { color: rgb(202,250,175); }
H1.HeaderClassName
{
color: #CAFAAF;
}
.AnyTagClassName
{
color: #CAFAAF;
}
</style>
background-color css
<style>
a { background-color: #CAFAAF; }
a { background-color: rgb(202,250,175); }
div.DivClassName
{
background-color: #CAFAAF;
}
.BgClassName
{
background-color: #CAFAAF;
}
</style>
border-color css
<style>
span { border-color: #CAFAAF; }
span { border-color: rgb(202,250,175); }
td.TdClassName
{
border-color: #CAFAAF;
}
.TagClassName
{
border-color: #CAFAAF;
}
</style>