Shades of Tea Green #CAF0AD
Tints of Tea Green #CAF0AD
RGB
CMYK
RGB Variations
Color information
#CAF0AD (or 0xCAF0AD) is known color: Tea Green. HEX triplet: CA, F0 and AD. RGB value is (202,240,173). Sum of RGB (Red+Green+Blue) = 202+240+173=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF0AD is #350F52. Grayscale: #DDDDDD. Windows color (decimal): -3477331 or 11399370. OLE color: 11399370.
HSL color Cylindrical-coordinate representation of color #CAF0AD: hue angle of 94.03º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAF0AD is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 173 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.06 |
| HSL | 94.03º | 0.69% | 0.81% | - |
| HSV(B) | 94.03º | 0.28% | 0.94% | - |
| XYZ | 63.06 | 77.89 | 51.25 | - |
| YUV | 221 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 173 | 0.16 | 0 | 0.28 | 0.06 | 94.03 | 0.69 | 0.81 |
| Hex | CA | F0 | AD | 10 | 0 | 1C | 6 | 5E | 45 | 51 |
| Octal | 312 | 360 | 255 | 20 | 0 | 34 | 6 | 136 | 105 | 121 |
| Binary | 11001010 | 11110000 | 10101101 | 10000 | 0 | 11100 | 110 | 1011110 | 1000101 | 1010001 |
Color Harmonies of #CAF0AD
Complementary color
Monochromatic Colors of #CAF0AD
Black with #CAF0AD
Text Example
Text Example
White with #CAF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0AD; }
p { color: rgb(202,240,173); }
H1.HeaderClassName
{
color: #CAF0AD;
}
.AnyTagClassName
{
color: #CAF0AD;
}
</style>
background-color css
<style>
a { background-color: #CAF0AD; }
a { background-color: rgb(202,240,173); }
div.DivClassName
{
background-color: #CAF0AD;
}
.BgClassName
{
background-color: #CAF0AD;
}
</style>
border-color css
<style>
span { border-color: #CAF0AD; }
span { border-color: rgb(202,240,173); }
td.TdClassName
{
border-color: #CAF0AD;
}
.TagClassName
{
border-color: #CAF0AD;
}
</style>