Shades of Tea Green #C6F2BD
Tints of Tea Green #C6F2BD
RGB
CMYK
RGB Variations
Color information
#C6F2BD (or 0xC6F2BD) is known color: Tea Green. HEX triplet: C6, F2 and BD. RGB value is (198,242,189). Sum of RGB (Red+Green+Blue) = 198+242+189=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2BD is #390D42. Grayscale: #DEDEDE. Windows color (decimal): -3738947 or 12448454. OLE color: 12448454.
HSL color Cylindrical-coordinate representation of color #C6F2BD: hue angle of 109.81º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6F2BD is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 189 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.05 |
| HSL | 109.81º | 0.67% | 0.85% | - |
| HSV(B) | 109.81º | 0.22% | 0.95% | - |
| XYZ | 64.23 | 79.18 | 60.04 | - |
| YUV | 222.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 189 | 0.18 | 0 | 0.22 | 0.05 | 109.81 | 0.67 | 0.85 |
| Hex | C6 | F2 | BD | 12 | 0 | 16 | 5 | 6E | 43 | 55 |
| Octal | 306 | 362 | 275 | 22 | 0 | 26 | 5 | 156 | 103 | 125 |
| Binary | 11000110 | 11110010 | 10111101 | 10010 | 0 | 10110 | 101 | 1101110 | 1000011 | 1010101 |
Color Harmonies of #C6F2BD
Complementary color
Monochromatic Colors of #C6F2BD
Black with #C6F2BD
Text Example
Text Example
White with #C6F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F2BD; }
p { color: rgb(198,242,189); }
H1.HeaderClassName
{
color: #C6F2BD;
}
.AnyTagClassName
{
color: #C6F2BD;
}
</style>
background-color css
<style>
a { background-color: #C6F2BD; }
a { background-color: rgb(198,242,189); }
div.DivClassName
{
background-color: #C6F2BD;
}
.BgClassName
{
background-color: #C6F2BD;
}
</style>
border-color css
<style>
span { border-color: #C6F2BD; }
span { border-color: rgb(198,242,189); }
td.TdClassName
{
border-color: #C6F2BD;
}
.TagClassName
{
border-color: #C6F2BD;
}
</style>