Shades of Tea Green #CAF6BA
Tints of Tea Green #CAF6BA
RGB
CMYK
RGB Variations
Color information
#CAF6BA (or 0xCAF6BA) is known color: Tea Green. HEX triplet: CA, F6 and BA. RGB value is (202,246,186). Sum of RGB (Red+Green+Blue) = 202+246+186=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6BA is #350945. Grayscale: #E2E2E2. Windows color (decimal): -3475782 or 12252874. OLE color: 12252874.
HSL color Cylindrical-coordinate representation of color #CAF6BA: hue angle of 104º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAF6BA is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 186 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.04 |
| HSL | 104º | 0.77% | 0.85% | - |
| HSV(B) | 104º | 0.24% | 0.96% | - |
| XYZ | 66.18 | 82.01 | 58.8 | - |
| YUV | 226 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 186 | 0.18 | 0 | 0.24 | 0.04 | 104 | 0.77 | 0.85 |
| Hex | CA | F6 | BA | 12 | 0 | 18 | 4 | 68 | 4D | 55 |
| Octal | 312 | 366 | 272 | 22 | 0 | 30 | 4 | 150 | 115 | 125 |
| Binary | 11001010 | 11110110 | 10111010 | 10010 | 0 | 11000 | 100 | 1101000 | 1001101 | 1010101 |
Color Harmonies of #CAF6BA
Complementary color
Monochromatic Colors of #CAF6BA
Black with #CAF6BA
Text Example
Text Example
White with #CAF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF6BA; }
p { color: rgb(202,246,186); }
H1.HeaderClassName
{
color: #CAF6BA;
}
.AnyTagClassName
{
color: #CAF6BA;
}
</style>
background-color css
<style>
a { background-color: #CAF6BA; }
a { background-color: rgb(202,246,186); }
div.DivClassName
{
background-color: #CAF6BA;
}
.BgClassName
{
background-color: #CAF6BA;
}
</style>
border-color css
<style>
span { border-color: #CAF6BA; }
span { border-color: rgb(202,246,186); }
td.TdClassName
{
border-color: #CAF6BA;
}
.TagClassName
{
border-color: #CAF6BA;
}
</style>