Shades of Tea Green #CAF0B7
Tints of Tea Green #CAF0B7
RGB
CMYK
RGB Variations
Color information
#CAF0B7 (or 0xCAF0B7) is known color: Tea Green. HEX triplet: CA, F0 and B7. RGB value is (202,240,183). Sum of RGB (Red+Green+Blue) = 202+240+183=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0B7 is #350F48. Grayscale: #DEDEDE. Windows color (decimal): -3477321 or 12054730. OLE color: 12054730.
HSL color Cylindrical-coordinate representation of color #CAF0B7: hue angle of 100º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAF0B7 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 183 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.06 |
| HSL | 100º | 0.66% | 0.83% | - |
| HSV(B) | 100º | 0.24% | 0.94% | - |
| XYZ | 64.06 | 78.3 | 56.54 | - |
| YUV | 222.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 183 | 0.16 | 0 | 0.24 | 0.06 | 100 | 0.66 | 0.83 |
| Hex | CA | F0 | B7 | 10 | 0 | 18 | 6 | 64 | 42 | 53 |
| Octal | 312 | 360 | 267 | 20 | 0 | 30 | 6 | 144 | 102 | 123 |
| Binary | 11001010 | 11110000 | 10110111 | 10000 | 0 | 11000 | 110 | 1100100 | 1000010 | 1010011 |
Color Harmonies of #CAF0B7
Complementary color
Monochromatic Colors of #CAF0B7
Black with #CAF0B7
Text Example
Text Example
White with #CAF0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0B7; }
p { color: rgb(202,240,183); }
H1.HeaderClassName
{
color: #CAF0B7;
}
.AnyTagClassName
{
color: #CAF0B7;
}
</style>
background-color css
<style>
a { background-color: #CAF0B7; }
a { background-color: rgb(202,240,183); }
div.DivClassName
{
background-color: #CAF0B7;
}
.BgClassName
{
background-color: #CAF0B7;
}
</style>
border-color css
<style>
span { border-color: #CAF0B7; }
span { border-color: rgb(202,240,183); }
td.TdClassName
{
border-color: #CAF0B7;
}
.TagClassName
{
border-color: #CAF0B7;
}
</style>