Shades of Tea Green #CAFFAF
Tints of Tea Green #CAFFAF
RGB
CMYK
RGB Variations
Color information
#CAFFAF (or 0xCAFFAF) is known color: Tea Green. HEX triplet: CA, FF and AF. RGB value is (202,255,175). Sum of RGB (Red+Green+Blue) = 202+255+175=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFAF is #350050. Grayscale: #E6E6E6. Windows color (decimal): -3473489 or 11534282. OLE color: 11534282.
HSL color Cylindrical-coordinate representation of color #CAFFAF: hue angle of 99.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAFFAF is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 175 | - |
| CMYK | 0.21 | 0 | 0.31 | 0 |
| HSL | 99.75º | 1% | 0.84% | - |
| HSV(B) | 99.75º | 0.31% | 1% | - |
| XYZ | 67.85 | 87.17 | 53.81 | - |
| YUV | 230.03 | 96.94 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 175 | 0.21 | 0 | 0.31 | 0 | 99.75 | 1 | 0.84 |
| Hex | CA | FF | AF | 15 | 0 | 1F | 0 | 64 | 64 | 54 |
| Octal | 312 | 377 | 257 | 25 | 0 | 37 | 0 | 144 | 144 | 124 |
| Binary | 11001010 | 11111111 | 10101111 | 10101 | 0 | 11111 | 0 | 1100100 | 1100100 | 1010100 |
Color Harmonies of #CAFFAF
Complementary color
Monochromatic Colors of #CAFFAF
Black with #CAFFAF
Text Example
Text Example
White with #CAFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFAF; }
p { color: rgb(202,255,175); }
H1.HeaderClassName
{
color: #CAFFAF;
}
.AnyTagClassName
{
color: #CAFFAF;
}
</style>
background-color css
<style>
a { background-color: #CAFFAF; }
a { background-color: rgb(202,255,175); }
div.DivClassName
{
background-color: #CAFFAF;
}
.BgClassName
{
background-color: #CAFFAF;
}
</style>
border-color css
<style>
span { border-color: #CAFFAF; }
span { border-color: rgb(202,255,175); }
td.TdClassName
{
border-color: #CAFFAF;
}
.TagClassName
{
border-color: #CAFFAF;
}
</style>