Shades of Tea Green #CAF5B1
Tints of Tea Green #CAF5B1
RGB
CMYK
RGB Variations
Color information
#CAF5B1 (or 0xCAF5B1) is known color: Tea Green. HEX triplet: CA, F5 and B1. RGB value is (202,245,177). Sum of RGB (Red+Green+Blue) = 202+245+177=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF5B1 is #350A4E. Grayscale: #E0E0E0. Windows color (decimal): -3476047 or 11662794. OLE color: 11662794.
HSL color Cylindrical-coordinate representation of color #CAF5B1: hue angle of 97.94º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAF5B1 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 177 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.04 |
| HSL | 97.94º | 0.77% | 0.83% | - |
| HSV(B) | 97.94º | 0.28% | 0.96% | - |
| XYZ | 64.95 | 81.04 | 53.81 | - |
| YUV | 224.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 177 | 0.18 | 0 | 0.28 | 0.04 | 97.94 | 0.77 | 0.83 |
| Hex | CA | F5 | B1 | 12 | 0 | 1C | 4 | 62 | 4D | 53 |
| Octal | 312 | 365 | 261 | 22 | 0 | 34 | 4 | 142 | 115 | 123 |
| Binary | 11001010 | 11110101 | 10110001 | 10010 | 0 | 11100 | 100 | 1100010 | 1001101 | 1010011 |
Color Harmonies of #CAF5B1
Complementary color
Monochromatic Colors of #CAF5B1
Black with #CAF5B1
Text Example
Text Example
White with #CAF5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF5B1; }
p { color: rgb(202,245,177); }
H1.HeaderClassName
{
color: #CAF5B1;
}
.AnyTagClassName
{
color: #CAF5B1;
}
</style>
background-color css
<style>
a { background-color: #CAF5B1; }
a { background-color: rgb(202,245,177); }
div.DivClassName
{
background-color: #CAF5B1;
}
.BgClassName
{
background-color: #CAF5B1;
}
</style>
border-color css
<style>
span { border-color: #CAF5B1; }
span { border-color: rgb(202,245,177); }
td.TdClassName
{
border-color: #CAF5B1;
}
.TagClassName
{
border-color: #CAF5B1;
}
</style>