Shades of Tea Green #C6F2BA
Tints of Tea Green #C6F2BA
RGB
CMYK
RGB Variations
Color information
#C6F2BA (or 0xC6F2BA) is known color: Tea Green. HEX triplet: C6, F2 and BA. RGB value is (198,242,186). Sum of RGB (Red+Green+Blue) = 198+242+186=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2BA is #390D45. Grayscale: #DEDEDE. Windows color (decimal): -3738950 or 12251846. OLE color: 12251846.
HSL color Cylindrical-coordinate representation of color #C6F2BA: hue angle of 107.14º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6F2BA is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 186 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.05 |
| HSL | 107.14º | 0.68% | 0.84% | - |
| HSV(B) | 107.14º | 0.23% | 0.95% | - |
| XYZ | 63.9 | 79.06 | 58.35 | - |
| YUV | 222.46 | 107.42 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 186 | 0.18 | 0 | 0.23 | 0.05 | 107.14 | 0.68 | 0.84 |
| Hex | C6 | F2 | BA | 12 | 0 | 17 | 5 | 6B | 44 | 54 |
| Octal | 306 | 362 | 272 | 22 | 0 | 27 | 5 | 153 | 104 | 124 |
| Binary | 11000110 | 11110010 | 10111010 | 10010 | 0 | 10111 | 101 | 1101011 | 1000100 | 1010100 |
Color Harmonies of #C6F2BA
Complementary color
Monochromatic Colors of #C6F2BA
Black with #C6F2BA
Text Example
Text Example
White with #C6F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F2BA; }
p { color: rgb(198,242,186); }
H1.HeaderClassName
{
color: #C6F2BA;
}
.AnyTagClassName
{
color: #C6F2BA;
}
</style>
background-color css
<style>
a { background-color: #C6F2BA; }
a { background-color: rgb(198,242,186); }
div.DivClassName
{
background-color: #C6F2BA;
}
.BgClassName
{
background-color: #C6F2BA;
}
</style>
border-color css
<style>
span { border-color: #C6F2BA; }
span { border-color: rgb(198,242,186); }
td.TdClassName
{
border-color: #C6F2BA;
}
.TagClassName
{
border-color: #C6F2BA;
}
</style>