Shades of Tea Green #C6F5AB
Tints of Tea Green #C6F5AB
RGB
CMYK
RGB Variations
Color information
#C6F5AB (or 0xC6F5AB) is known color: Tea Green. HEX triplet: C6, F5 and AB. RGB value is (198,245,171). Sum of RGB (Red+Green+Blue) = 198+245+171=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F5AB is #390A54. Grayscale: #DEDEDE. Windows color (decimal): -3738197 or 11269574. OLE color: 11269574.
HSL color Cylindrical-coordinate representation of color #C6F5AB: hue angle of 98.11º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6F5AB is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 245 | 171 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.04 |
| HSL | 98.11º | 0.79% | 0.82% | - |
| HSV(B) | 98.11º | 0.3% | 0.96% | - |
| XYZ | 63.29 | 80.25 | 50.68 | - |
| YUV | 222.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 245 | 171 | 0.19 | 0 | 0.30 | 0.04 | 98.11 | 0.79 | 0.82 |
| Hex | C6 | F5 | AB | 13 | 0 | 1E | 4 | 62 | 4F | 52 |
| Octal | 306 | 365 | 253 | 23 | 0 | 36 | 4 | 142 | 117 | 122 |
| Binary | 11000110 | 11110101 | 10101011 | 10011 | 0 | 11110 | 100 | 1100010 | 1001111 | 1010010 |
Color Harmonies of #C6F5AB
Complementary color
Monochromatic Colors of #C6F5AB
Black with #C6F5AB
Text Example
Text Example
White with #C6F5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F5AB; }
p { color: rgb(198,245,171); }
H1.HeaderClassName
{
color: #C6F5AB;
}
.AnyTagClassName
{
color: #C6F5AB;
}
</style>
background-color css
<style>
a { background-color: #C6F5AB; }
a { background-color: rgb(198,245,171); }
div.DivClassName
{
background-color: #C6F5AB;
}
.BgClassName
{
background-color: #C6F5AB;
}
</style>
border-color css
<style>
span { border-color: #C6F5AB; }
span { border-color: rgb(198,245,171); }
td.TdClassName
{
border-color: #C6F5AB;
}
.TagClassName
{
border-color: #C6F5AB;
}
</style>