Shades of Tea Green #CAFFC1
Tints of Tea Green #CAFFC1
RGB
CMYK
RGB Variations
Color information
#CAFFC1 (or 0xCAFFC1) is known color: Tea Green. HEX triplet: CA, FF and C1. RGB value is (202,255,193). Sum of RGB (Red+Green+Blue) = 202+255+193=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 193 (75.78% from 255 or 29.69% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC1 is #35003E. Grayscale: #E8E8E8. Windows color (decimal): -3473471 or 12713930. OLE color: 12713930.
HSL color Cylindrical-coordinate representation of color #CAFFC1: hue angle of 111.29º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAFFC1 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 193 | - |
| CMYK | 0.21 | 0 | 0.24 | 0 |
| HSL | 111.29º | 1% | 0.88% | - |
| HSV(B) | 111.29º | 0.24% | 1% | - |
| XYZ | 69.74 | 87.93 | 63.75 | - |
| YUV | 232.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 193 | 0.21 | 0 | 0.24 | 0 | 111.29 | 1 | 0.88 |
| Hex | CA | FF | C1 | 15 | 0 | 18 | 0 | 6F | 64 | 58 |
| Octal | 312 | 377 | 301 | 25 | 0 | 30 | 0 | 157 | 144 | 130 |
| Binary | 11001010 | 11111111 | 11000001 | 10101 | 0 | 11000 | 0 | 1101111 | 1100100 | 1011000 |
Color Harmonies of #CAFFC1
Complementary color
Monochromatic Colors of #CAFFC1
Black with #CAFFC1
Text Example
Text Example
White with #CAFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFC1; }
p { color: rgb(202,255,193); }
H1.HeaderClassName
{
color: #CAFFC1;
}
.AnyTagClassName
{
color: #CAFFC1;
}
</style>
background-color css
<style>
a { background-color: #CAFFC1; }
a { background-color: rgb(202,255,193); }
div.DivClassName
{
background-color: #CAFFC1;
}
.BgClassName
{
background-color: #CAFFC1;
}
</style>
border-color css
<style>
span { border-color: #CAFFC1; }
span { border-color: rgb(202,255,193); }
td.TdClassName
{
border-color: #CAFFC1;
}
.TagClassName
{
border-color: #CAFFC1;
}
</style>