Shades of Tea Green #CAFFC3
Tints of Tea Green #CAFFC3
RGB
CMYK
RGB Variations
Color information
#CAFFC3 (or 0xCAFFC3) is known color: Tea Green. HEX triplet: CA, FF and C3. RGB value is (202,255,195). Sum of RGB (Red+Green+Blue) = 202+255+195=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC3 is #35003C. Grayscale: #E8E8E8. Windows color (decimal): -3473469 or 12845002. OLE color: 12845002.
HSL color Cylindrical-coordinate representation of color #CAFFC3: hue angle of 113º 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 #CAFFC3 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 195 | - |
| CMYK | 0.21 | 0 | 0.24 | 0 |
| HSL | 113º | 1% | 0.88% | - |
| HSV(B) | 113º | 0.24% | 1% | - |
| XYZ | 69.97 | 88.02 | 64.93 | - |
| YUV | 232.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 195 | 0.21 | 0 | 0.24 | 0 | 113 | 1 | 0.88 |
| Hex | CA | FF | C3 | 15 | 0 | 18 | 0 | 71 | 64 | 58 |
| Octal | 312 | 377 | 303 | 25 | 0 | 30 | 0 | 161 | 144 | 130 |
| Binary | 11001010 | 11111111 | 11000011 | 10101 | 0 | 11000 | 0 | 1110001 | 1100100 | 1011000 |
Color Harmonies of #CAFFC3
Complementary color
Monochromatic Colors of #CAFFC3
Black with #CAFFC3
Text Example
Text Example
White with #CAFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFC3; }
p { color: rgb(202,255,195); }
H1.HeaderClassName
{
color: #CAFFC3;
}
.AnyTagClassName
{
color: #CAFFC3;
}
</style>
background-color css
<style>
a { background-color: #CAFFC3; }
a { background-color: rgb(202,255,195); }
div.DivClassName
{
background-color: #CAFFC3;
}
.BgClassName
{
background-color: #CAFFC3;
}
</style>
border-color css
<style>
span { border-color: #CAFFC3; }
span { border-color: rgb(202,255,195); }
td.TdClassName
{
border-color: #CAFFC3;
}
.TagClassName
{
border-color: #CAFFC3;
}
</style>