Shades of Tea Green #C8EDAD
Tints of Tea Green #C8EDAD
RGB
CMYK
RGB Variations
Color information
#C8EDAD (or 0xC8EDAD) is known color: Tea Green. HEX triplet: C8, ED and AD. RGB value is (200,237,173). Sum of RGB (Red+Green+Blue) = 200+237+173=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EDAD is #371252. Grayscale: #DADADA. Windows color (decimal): -3609171 or 11398600. OLE color: 11398600.
HSL color Cylindrical-coordinate representation of color #C8EDAD: hue angle of 94.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8EDAD is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 173 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.07 |
| HSL | 94.69º | 0.64% | 0.8% | - |
| HSV(B) | 94.69º | 0.27% | 0.93% | - |
| XYZ | 61.65 | 75.86 | 50.93 | - |
| YUV | 218.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 173 | 0.16 | 0 | 0.27 | 0.07 | 94.69 | 0.64 | 0.8 |
| Hex | C8 | ED | AD | 10 | 0 | 1B | 7 | 5F | 40 | 50 |
| Octal | 310 | 355 | 255 | 20 | 0 | 33 | 7 | 137 | 100 | 120 |
| Binary | 11001000 | 11101101 | 10101101 | 10000 | 0 | 11011 | 111 | 1011111 | 1000000 | 1010000 |
Color Harmonies of #C8EDAD
Complementary color
Monochromatic Colors of #C8EDAD
Black with #C8EDAD
Text Example
Text Example
White with #C8EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDAD; }
p { color: rgb(200,237,173); }
H1.HeaderClassName
{
color: #C8EDAD;
}
.AnyTagClassName
{
color: #C8EDAD;
}
</style>
background-color css
<style>
a { background-color: #C8EDAD; }
a { background-color: rgb(200,237,173); }
div.DivClassName
{
background-color: #C8EDAD;
}
.BgClassName
{
background-color: #C8EDAD;
}
</style>
border-color css
<style>
span { border-color: #C8EDAD; }
span { border-color: rgb(200,237,173); }
td.TdClassName
{
border-color: #C8EDAD;
}
.TagClassName
{
border-color: #C8EDAD;
}
</style>