Shades of Tea Green #C8EFB0
Tints of Tea Green #C8EFB0
RGB
CMYK
RGB Variations
Color information
#C8EFB0 (or 0xC8EFB0) is known color: Tea Green. HEX triplet: C8, EF and B0. RGB value is (200,239,176). Sum of RGB (Red+Green+Blue) = 200+239+176=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EFB0 is #37104F. Grayscale: #DCDCDC. Windows color (decimal): -3608656 or 11595720. OLE color: 11595720.
HSL color Cylindrical-coordinate representation of color #C8EFB0: hue angle of 97.14º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8EFB0 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 176 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.06 |
| HSL | 97.14º | 0.66% | 0.81% | - |
| HSV(B) | 97.14º | 0.26% | 0.94% | - |
| XYZ | 62.52 | 77.15 | 52.67 | - |
| YUV | 220.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 176 | 0.16 | 0 | 0.26 | 0.06 | 97.14 | 0.66 | 0.81 |
| Hex | C8 | EF | B0 | 10 | 0 | 1A | 6 | 61 | 42 | 51 |
| Octal | 310 | 357 | 260 | 20 | 0 | 32 | 6 | 141 | 102 | 121 |
| Binary | 11001000 | 11101111 | 10110000 | 10000 | 0 | 11010 | 110 | 1100001 | 1000010 | 1010001 |
Color Harmonies of #C8EFB0
Complementary color
Monochromatic Colors of #C8EFB0
Black with #C8EFB0
Text Example
Text Example
White with #C8EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFB0; }
p { color: rgb(200,239,176); }
H1.HeaderClassName
{
color: #C8EFB0;
}
.AnyTagClassName
{
color: #C8EFB0;
}
</style>
background-color css
<style>
a { background-color: #C8EFB0; }
a { background-color: rgb(200,239,176); }
div.DivClassName
{
background-color: #C8EFB0;
}
.BgClassName
{
background-color: #C8EFB0;
}
</style>
border-color css
<style>
span { border-color: #C8EFB0; }
span { border-color: rgb(200,239,176); }
td.TdClassName
{
border-color: #C8EFB0;
}
.TagClassName
{
border-color: #C8EFB0;
}
</style>