Shades of Tea Green #CAFFAD
Tints of Tea Green #CAFFAD
RGB
CMYK
RGB Variations
Color information
#CAFFAD (or 0xCAFFAD) is known color: Tea Green. HEX triplet: CA, FF and AD. RGB value is (202,255,173). Sum of RGB (Red+Green+Blue) = 202+255+173=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFAD is #350052. Grayscale: #E6E6E6. Windows color (decimal): -3473491 or 11403210. OLE color: 11403210.
HSL color Cylindrical-coordinate representation of color #CAFFAD: hue angle of 98.78º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAFFAD is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 173 | - |
| CMYK | 0.21 | 0 | 0.32 | 0 |
| HSL | 98.78º | 1% | 0.84% | - |
| HSV(B) | 98.78º | 0.32% | 1% | - |
| XYZ | 67.66 | 87.09 | 52.78 | - |
| YUV | 229.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 173 | 0.21 | 0 | 0.32 | 0 | 98.78 | 1 | 0.84 |
| Hex | CA | FF | AD | 15 | 0 | 20 | 0 | 63 | 64 | 54 |
| Octal | 312 | 377 | 255 | 25 | 0 | 40 | 0 | 143 | 144 | 124 |
| Binary | 11001010 | 11111111 | 10101101 | 10101 | 0 | 100000 | 0 | 1100011 | 1100100 | 1010100 |
Color Harmonies of #CAFFAD
Complementary color
Monochromatic Colors of #CAFFAD
Black with #CAFFAD
Text Example
Text Example
White with #CAFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFAD; }
p { color: rgb(202,255,173); }
H1.HeaderClassName
{
color: #CAFFAD;
}
.AnyTagClassName
{
color: #CAFFAD;
}
</style>
background-color css
<style>
a { background-color: #CAFFAD; }
a { background-color: rgb(202,255,173); }
div.DivClassName
{
background-color: #CAFFAD;
}
.BgClassName
{
background-color: #CAFFAD;
}
</style>
border-color css
<style>
span { border-color: #CAFFAD; }
span { border-color: rgb(202,255,173); }
td.TdClassName
{
border-color: #CAFFAD;
}
.TagClassName
{
border-color: #CAFFAD;
}
</style>