Shades of Tea Green #CAF1AD
Tints of Tea Green #CAF1AD
RGB
CMYK
RGB Variations
Color information
#CAF1AD (or 0xCAF1AD) is known color: Tea Green. HEX triplet: CA, F1 and AD. RGB value is (202,241,173). Sum of RGB (Red+Green+Blue) = 202+241+173=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF1AD is #350E52. Grayscale: #DDDDDD. Windows color (decimal): -3477075 or 11399626. OLE color: 11399626.
HSL color Cylindrical-coordinate representation of color #CAF1AD: hue angle of 94.41º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAF1AD is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 173 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.05 |
| HSL | 94.41º | 0.71% | 0.81% | - |
| HSV(B) | 94.41º | 0.28% | 0.95% | - |
| XYZ | 63.36 | 78.48 | 51.34 | - |
| YUV | 221.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 173 | 0.16 | 0 | 0.28 | 0.05 | 94.41 | 0.71 | 0.81 |
| Hex | CA | F1 | AD | 10 | 0 | 1C | 5 | 5E | 47 | 51 |
| Octal | 312 | 361 | 255 | 20 | 0 | 34 | 5 | 136 | 107 | 121 |
| Binary | 11001010 | 11110001 | 10101101 | 10000 | 0 | 11100 | 101 | 1011110 | 1000111 | 1010001 |
Color Harmonies of #CAF1AD
Complementary color
Monochromatic Colors of #CAF1AD
Black with #CAF1AD
Text Example
Text Example
White with #CAF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1AD; }
p { color: rgb(202,241,173); }
H1.HeaderClassName
{
color: #CAF1AD;
}
.AnyTagClassName
{
color: #CAF1AD;
}
</style>
background-color css
<style>
a { background-color: #CAF1AD; }
a { background-color: rgb(202,241,173); }
div.DivClassName
{
background-color: #CAF1AD;
}
.BgClassName
{
background-color: #CAF1AD;
}
</style>
border-color css
<style>
span { border-color: #CAF1AD; }
span { border-color: rgb(202,241,173); }
td.TdClassName
{
border-color: #CAF1AD;
}
.TagClassName
{
border-color: #CAF1AD;
}
</style>