Shades of Tea Green #CAF0B0
Tints of Tea Green #CAF0B0
RGB
CMYK
RGB Variations
Color information
#CAF0B0 (or 0xCAF0B0) is known color: Tea Green. HEX triplet: CA, F0 and B0. RGB value is (202,240,176). Sum of RGB (Red+Green+Blue) = 202+240+176=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF0B0 is #350F4F. Grayscale: #DDDDDD. Windows color (decimal): -3477328 or 11595978. OLE color: 11595978.
HSL color Cylindrical-coordinate representation of color #CAF0B0: hue angle of 95.62º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAF0B0 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 176 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.06 |
| HSL | 95.63º | 0.68% | 0.82% | - |
| HSV(B) | 95.63º | 0.27% | 0.94% | - |
| XYZ | 63.35 | 78.01 | 52.79 | - |
| YUV | 221.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 176 | 0.16 | 0 | 0.27 | 0.06 | 95.63 | 0.68 | 0.82 |
| Hex | CA | F0 | B0 | 10 | 0 | 1B | 6 | 60 | 44 | 52 |
| Octal | 312 | 360 | 260 | 20 | 0 | 33 | 6 | 140 | 104 | 122 |
| Binary | 11001010 | 11110000 | 10110000 | 10000 | 0 | 11011 | 110 | 1100000 | 1000100 | 1010010 |
Color Harmonies of #CAF0B0
Complementary color
Monochromatic Colors of #CAF0B0
Black with #CAF0B0
Text Example
Text Example
White with #CAF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0B0; }
p { color: rgb(202,240,176); }
H1.HeaderClassName
{
color: #CAF0B0;
}
.AnyTagClassName
{
color: #CAF0B0;
}
</style>
background-color css
<style>
a { background-color: #CAF0B0; }
a { background-color: rgb(202,240,176); }
div.DivClassName
{
background-color: #CAF0B0;
}
.BgClassName
{
background-color: #CAF0B0;
}
</style>
border-color css
<style>
span { border-color: #CAF0B0; }
span { border-color: rgb(202,240,176); }
td.TdClassName
{
border-color: #CAF0B0;
}
.TagClassName
{
border-color: #CAF0B0;
}
</style>