Shades of Tea Green #C8EDC0
Tints of Tea Green #C8EDC0
RGB
CMYK
RGB Variations
Color information
#C8EDC0 (or 0xC8EDC0) is known color: Tea Green. HEX triplet: C8, ED and C0. RGB value is (200,237,192). Sum of RGB (Red+Green+Blue) = 200+237+192=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDC0 is #37123F. Grayscale: #DCDCDC. Windows color (decimal): -3609152 or 12643784. OLE color: 12643784.
HSL color Cylindrical-coordinate representation of color #C8EDC0: hue angle of 109.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8EDC0 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 237 | 192 | - |
CMYK | 0.16 | 0 | 0.19 | 0.07 |
HSL | 109.33º | 0.56% | 0.84% | - |
HSV(B) | 109.33º | 0.19% | 0.93% | - |
XYZ | 63.62 | 76.65 | 61.31 | - |
YUV | 220.81 | 111.74 | 113.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 237 | 192 | 0.16 | 0 | 0.19 | 0.07 | 109.33 | 0.56 | 0.84 |
Hex | C8 | ED | C0 | 10 | 0 | 13 | 7 | 6D | 38 | 54 |
Octal | 310 | 355 | 300 | 20 | 0 | 23 | 7 | 155 | 70 | 124 |
Binary | 11001000 | 11101101 | 11000000 | 10000 | 0 | 10011 | 111 | 1101101 | 111000 | 1010100 |
Color Harmonies of #C8EDC0
Complementary color
Monochromatic Colors of #C8EDC0
Black with #C8EDC0
Text Example
Text Example
White with #C8EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDC0; }
p { color: rgb(200,237,192); }
H1.HeaderClassName
{
color: #C8EDC0;
}
.AnyTagClassName
{
color: #C8EDC0;
}
</style>
background-color css
<style>
a { background-color: #C8EDC0; }
a { background-color: rgb(200,237,192); }
div.DivClassName
{
background-color: #C8EDC0;
}
.BgClassName
{
background-color: #C8EDC0;
}
</style>
border-color css
<style>
span { border-color: #C8EDC0; }
span { border-color: rgb(200,237,192); }
td.TdClassName
{
border-color: #C8EDC0;
}
.TagClassName
{
border-color: #C8EDC0;
}
</style>