Shades of Tea Green #CAFAAA
Tints of Tea Green #CAFAAA
RGB
CMYK
RGB Variations
Color information
#CAFAAA (or 0xCAFAAA) is known color: Tea Green. HEX triplet: CA, FA and AA. RGB value is (202,250,170). Sum of RGB (Red+Green+Blue) = 202+250+170=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAAA is #350555. Grayscale: #E2E2E2. Windows color (decimal): -3474774 or 11205322. OLE color: 11205322.
HSL color Cylindrical-coordinate representation of color #CAFAAA: hue angle of 96º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAFAAA is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 170 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.02 |
| HSL | 96º | 0.89% | 0.82% | - |
| HSV(B) | 96º | 0.32% | 0.98% | - |
| XYZ | 65.8 | 83.83 | 50.74 | - |
| YUV | 226.53 | 96.1 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 170 | 0.19 | 0 | 0.32 | 0.02 | 96 | 0.89 | 0.82 |
| Hex | CA | FA | AA | 13 | 0 | 20 | 2 | 60 | 59 | 52 |
| Octal | 312 | 372 | 252 | 23 | 0 | 40 | 2 | 140 | 131 | 122 |
| Binary | 11001010 | 11111010 | 10101010 | 10011 | 0 | 100000 | 10 | 1100000 | 1011001 | 1010010 |
Color Harmonies of #CAFAAA
Complementary color
Monochromatic Colors of #CAFAAA
Black with #CAFAAA
Text Example
Text Example
White with #CAFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAAA; }
p { color: rgb(202,250,170); }
H1.HeaderClassName
{
color: #CAFAAA;
}
.AnyTagClassName
{
color: #CAFAAA;
}
</style>
background-color css
<style>
a { background-color: #CAFAAA; }
a { background-color: rgb(202,250,170); }
div.DivClassName
{
background-color: #CAFAAA;
}
.BgClassName
{
background-color: #CAFAAA;
}
</style>
border-color css
<style>
span { border-color: #CAFAAA; }
span { border-color: rgb(202,250,170); }
td.TdClassName
{
border-color: #CAFAAA;
}
.TagClassName
{
border-color: #CAFAAA;
}
</style>