Shades of Tea Green #C8F2BE
Tints of Tea Green #C8F2BE
RGB
CMYK
RGB Variations
Color information
#C8F2BE (or 0xC8F2BE) is known color: Tea Green. HEX triplet: C8, F2 and BE. RGB value is (200,242,190). Sum of RGB (Red+Green+Blue) = 200+242+190=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F2BE is #370D41. Grayscale: #DFDFDF. Windows color (decimal): -3607874 or 12513992. OLE color: 12513992.
HSL color Cylindrical-coordinate representation of color #C8F2BE: hue angle of 108.46º 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 #C8F2BE is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 190 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.05 |
| HSL | 108.46º | 0.67% | 0.85% | - |
| HSV(B) | 108.46º | 0.21% | 0.95% | - |
| XYZ | 64.87 | 79.5 | 60.64 | - |
| YUV | 223.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 190 | 0.17 | 0 | 0.21 | 0.05 | 108.46 | 0.67 | 0.85 |
| Hex | C8 | F2 | BE | 11 | 0 | 15 | 5 | 6C | 43 | 55 |
| Octal | 310 | 362 | 276 | 21 | 0 | 25 | 5 | 154 | 103 | 125 |
| Binary | 11001000 | 11110010 | 10111110 | 10001 | 0 | 10101 | 101 | 1101100 | 1000011 | 1010101 |
Color Harmonies of #C8F2BE
Complementary color
Monochromatic Colors of #C8F2BE
Black with #C8F2BE
Text Example
Text Example
White with #C8F2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F2BE; }
p { color: rgb(200,242,190); }
H1.HeaderClassName
{
color: #C8F2BE;
}
.AnyTagClassName
{
color: #C8F2BE;
}
</style>
background-color css
<style>
a { background-color: #C8F2BE; }
a { background-color: rgb(200,242,190); }
div.DivClassName
{
background-color: #C8F2BE;
}
.BgClassName
{
background-color: #C8F2BE;
}
</style>
border-color css
<style>
span { border-color: #C8F2BE; }
span { border-color: rgb(200,242,190); }
td.TdClassName
{
border-color: #C8F2BE;
}
.TagClassName
{
border-color: #C8F2BE;
}
</style>