Shades of Tea Green #C8F0BE
Tints of Tea Green #C8F0BE
RGB
CMYK
RGB Variations
Color information
#C8F0BE (or 0xC8F0BE) is known color: Tea Green. HEX triplet: C8, F0 and BE. RGB value is (200,240,190). Sum of RGB (Red+Green+Blue) = 200+240+190=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F0BE is #370F41. Grayscale: #DEDEDE. Windows color (decimal): -3608386 or 12513480. OLE color: 12513480.
HSL color Cylindrical-coordinate representation of color #C8F0BE: hue angle of 108º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8F0BE is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 190 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.06 |
| HSL | 108º | 0.63% | 0.84% | - |
| HSV(B) | 108º | 0.21% | 0.94% | - |
| XYZ | 64.27 | 78.32 | 60.44 | - |
| YUV | 222.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 190 | 0.17 | 0 | 0.21 | 0.06 | 108 | 0.63 | 0.84 |
| Hex | C8 | F0 | BE | 11 | 0 | 15 | 6 | 6C | 3E | 54 |
| Octal | 310 | 360 | 276 | 21 | 0 | 25 | 6 | 154 | 76 | 124 |
| Binary | 11001000 | 11110000 | 10111110 | 10001 | 0 | 10101 | 110 | 1101100 | 111110 | 1010100 |
Color Harmonies of #C8F0BE
Complementary color
Monochromatic Colors of #C8F0BE
Black with #C8F0BE
Text Example
Text Example
White with #C8F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0BE; }
p { color: rgb(200,240,190); }
H1.HeaderClassName
{
color: #C8F0BE;
}
.AnyTagClassName
{
color: #C8F0BE;
}
</style>
background-color css
<style>
a { background-color: #C8F0BE; }
a { background-color: rgb(200,240,190); }
div.DivClassName
{
background-color: #C8F0BE;
}
.BgClassName
{
background-color: #C8F0BE;
}
</style>
border-color css
<style>
span { border-color: #C8F0BE; }
span { border-color: rgb(200,240,190); }
td.TdClassName
{
border-color: #C8F0BE;
}
.TagClassName
{
border-color: #C8F0BE;
}
</style>