Shades of Tea Green #C8EEAC
Tints of Tea Green #C8EEAC
RGB
CMYK
RGB Variations
Color information
#C8EEAC (or 0xC8EEAC) is known color: Tea Green. HEX triplet: C8, EE and AC. RGB value is (200,238,172). Sum of RGB (Red+Green+Blue) = 200+238+172=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EEAC is #371153. Grayscale: #DBDBDB. Windows color (decimal): -3608916 or 11333320. OLE color: 11333320.
HSL color Cylindrical-coordinate representation of color #C8EEAC: hue angle of 94.55º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8EEAC is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 172 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.07 |
| HSL | 94.55º | 0.66% | 0.8% | - |
| HSV(B) | 94.55º | 0.28% | 0.93% | - |
| XYZ | 61.84 | 76.41 | 50.52 | - |
| YUV | 219.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 172 | 0.16 | 0 | 0.28 | 0.07 | 94.55 | 0.66 | 0.8 |
| Hex | C8 | EE | AC | 10 | 0 | 1C | 7 | 5F | 42 | 50 |
| Octal | 310 | 356 | 254 | 20 | 0 | 34 | 7 | 137 | 102 | 120 |
| Binary | 11001000 | 11101110 | 10101100 | 10000 | 0 | 11100 | 111 | 1011111 | 1000010 | 1010000 |
Color Harmonies of #C8EEAC
Complementary color
Monochromatic Colors of #C8EEAC
Black with #C8EEAC
Text Example
Text Example
White with #C8EEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEAC; }
p { color: rgb(200,238,172); }
H1.HeaderClassName
{
color: #C8EEAC;
}
.AnyTagClassName
{
color: #C8EEAC;
}
</style>
background-color css
<style>
a { background-color: #C8EEAC; }
a { background-color: rgb(200,238,172); }
div.DivClassName
{
background-color: #C8EEAC;
}
.BgClassName
{
background-color: #C8EEAC;
}
</style>
border-color css
<style>
span { border-color: #C8EEAC; }
span { border-color: rgb(200,238,172); }
td.TdClassName
{
border-color: #C8EEAC;
}
.TagClassName
{
border-color: #C8EEAC;
}
</style>