Shades of Tea Green #CAFDB1
Tints of Tea Green #CAFDB1
RGB
CMYK
RGB Variations
Color information
#CAFDB1 (or 0xCAFDB1) is known color: Tea Green. HEX triplet: CA, FD and B1. RGB value is (202,253,177). Sum of RGB (Red+Green+Blue) = 202+253+177=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDB1 is #35024E. Grayscale: #E5E5E5. Windows color (decimal): -3473999 or 11664842. OLE color: 11664842.
HSL color Cylindrical-coordinate representation of color #CAFDB1: hue angle of 100.26º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFDB1 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 177 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.01 |
| HSL | 100.26º | 0.95% | 0.84% | - |
| HSV(B) | 100.26º | 0.3% | 0.99% | - |
| XYZ | 67.42 | 85.98 | 54.64 | - |
| YUV | 229.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 177 | 0.20 | 0 | 0.30 | 0.01 | 100.26 | 0.95 | 0.84 |
| Hex | CA | FD | B1 | 14 | 0 | 1E | 1 | 64 | 5F | 54 |
| Octal | 312 | 375 | 261 | 24 | 0 | 36 | 1 | 144 | 137 | 124 |
| Binary | 11001010 | 11111101 | 10110001 | 10100 | 0 | 11110 | 1 | 1100100 | 1011111 | 1010100 |
Color Harmonies of #CAFDB1
Complementary color
Monochromatic Colors of #CAFDB1
Black with #CAFDB1
Text Example
Text Example
White with #CAFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDB1; }
p { color: rgb(202,253,177); }
H1.HeaderClassName
{
color: #CAFDB1;
}
.AnyTagClassName
{
color: #CAFDB1;
}
</style>
background-color css
<style>
a { background-color: #CAFDB1; }
a { background-color: rgb(202,253,177); }
div.DivClassName
{
background-color: #CAFDB1;
}
.BgClassName
{
background-color: #CAFDB1;
}
</style>
border-color css
<style>
span { border-color: #CAFDB1; }
span { border-color: rgb(202,253,177); }
td.TdClassName
{
border-color: #CAFDB1;
}
.TagClassName
{
border-color: #CAFDB1;
}
</style>