Shades of Tea Green #C6F2BE
Tints of Tea Green #C6F2BE
RGB
CMYK
RGB Variations
Color information
#C6F2BE (or 0xC6F2BE) is known color: Tea Green. HEX triplet: C6, F2 and BE. RGB value is (198,242,190). Sum of RGB (Red+Green+Blue) = 198+242+190=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2BE is #390D41. Grayscale: #DFDFDF. Windows color (decimal): -3738946 or 12513990. OLE color: 12513990.
HSL color Cylindrical-coordinate representation of color #C6F2BE: hue angle of 110.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6F2BE is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 190 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.05 |
| HSL | 110.77º | 0.67% | 0.85% | - |
| HSV(B) | 110.77º | 0.21% | 0.95% | - |
| XYZ | 64.34 | 79.23 | 60.62 | - |
| YUV | 222.92 | 109.42 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 190 | 0.18 | 0 | 0.21 | 0.05 | 110.77 | 0.67 | 0.85 |
| Hex | C6 | F2 | BE | 12 | 0 | 15 | 5 | 6F | 43 | 55 |
| Octal | 306 | 362 | 276 | 22 | 0 | 25 | 5 | 157 | 103 | 125 |
| Binary | 11000110 | 11110010 | 10111110 | 10010 | 0 | 10101 | 101 | 1101111 | 1000011 | 1010101 |
Color Harmonies of #C6F2BE
Complementary color
Monochromatic Colors of #C6F2BE
Black with #C6F2BE
Text Example
Text Example
White with #C6F2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F2BE; }
p { color: rgb(198,242,190); }
H1.HeaderClassName
{
color: #C6F2BE;
}
.AnyTagClassName
{
color: #C6F2BE;
}
</style>
background-color css
<style>
a { background-color: #C6F2BE; }
a { background-color: rgb(198,242,190); }
div.DivClassName
{
background-color: #C6F2BE;
}
.BgClassName
{
background-color: #C6F2BE;
}
</style>
border-color css
<style>
span { border-color: #C6F2BE; }
span { border-color: rgb(198,242,190); }
td.TdClassName
{
border-color: #C6F2BE;
}
.TagClassName
{
border-color: #C6F2BE;
}
</style>