Shades of Tea Green #CAF0BA
Tints of Tea Green #CAF0BA
RGB
CMYK
RGB Variations
Color information
#CAF0BA (or 0xCAF0BA) is known color: Tea Green. HEX triplet: CA, F0 and BA. RGB value is (202,240,186). Sum of RGB (Red+Green+Blue) = 202+240+186=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0BA is #350F45. Grayscale: #DEDEDE. Windows color (decimal): -3477318 or 12251338. OLE color: 12251338.
HSL color Cylindrical-coordinate representation of color #CAF0BA: hue angle of 102.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAF0BA is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 186 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.06 |
| HSL | 102.22º | 0.64% | 0.84% | - |
| HSV(B) | 102.22º | 0.23% | 0.94% | - |
| XYZ | 64.38 | 78.42 | 58.2 | - |
| YUV | 222.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 186 | 0.16 | 0 | 0.22 | 0.06 | 102.22 | 0.64 | 0.84 |
| Hex | CA | F0 | BA | 10 | 0 | 16 | 6 | 66 | 40 | 54 |
| Octal | 312 | 360 | 272 | 20 | 0 | 26 | 6 | 146 | 100 | 124 |
| Binary | 11001010 | 11110000 | 10111010 | 10000 | 0 | 10110 | 110 | 1100110 | 1000000 | 1010100 |
Color Harmonies of #CAF0BA
Complementary color
Monochromatic Colors of #CAF0BA
Black with #CAF0BA
Text Example
Text Example
White with #CAF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0BA; }
p { color: rgb(202,240,186); }
H1.HeaderClassName
{
color: #CAF0BA;
}
.AnyTagClassName
{
color: #CAF0BA;
}
</style>
background-color css
<style>
a { background-color: #CAF0BA; }
a { background-color: rgb(202,240,186); }
div.DivClassName
{
background-color: #CAF0BA;
}
.BgClassName
{
background-color: #CAF0BA;
}
</style>
border-color css
<style>
span { border-color: #CAF0BA; }
span { border-color: rgb(202,240,186); }
td.TdClassName
{
border-color: #CAF0BA;
}
.TagClassName
{
border-color: #CAF0BA;
}
</style>