Shades of Tea Green #C8EDAF
Tints of Tea Green #C8EDAF
RGB
CMYK
RGB Variations
Color information
#C8EDAF (or 0xC8EDAF) is known color: Tea Green. HEX triplet: C8, ED and AF. RGB value is (200,237,175). Sum of RGB (Red+Green+Blue) = 200+237+175=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EDAF is #371250. Grayscale: #DBDBDB. Windows color (decimal): -3609169 or 11529672. OLE color: 11529672.
HSL color Cylindrical-coordinate representation of color #C8EDAF: hue angle of 95.81º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8EDAF is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 175 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.07 |
| HSL | 95.81º | 0.63% | 0.81% | - |
| HSV(B) | 95.81º | 0.26% | 0.93% | - |
| XYZ | 61.84 | 75.94 | 51.96 | - |
| YUV | 218.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 175 | 0.16 | 0 | 0.26 | 0.07 | 95.81 | 0.63 | 0.81 |
| Hex | C8 | ED | AF | 10 | 0 | 1A | 7 | 60 | 3F | 51 |
| Octal | 310 | 355 | 257 | 20 | 0 | 32 | 7 | 140 | 77 | 121 |
| Binary | 11001000 | 11101101 | 10101111 | 10000 | 0 | 11010 | 111 | 1100000 | 111111 | 1010001 |
Color Harmonies of #C8EDAF
Complementary color
Monochromatic Colors of #C8EDAF
Black with #C8EDAF
Text Example
Text Example
White with #C8EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDAF; }
p { color: rgb(200,237,175); }
H1.HeaderClassName
{
color: #C8EDAF;
}
.AnyTagClassName
{
color: #C8EDAF;
}
</style>
background-color css
<style>
a { background-color: #C8EDAF; }
a { background-color: rgb(200,237,175); }
div.DivClassName
{
background-color: #C8EDAF;
}
.BgClassName
{
background-color: #C8EDAF;
}
</style>
border-color css
<style>
span { border-color: #C8EDAF; }
span { border-color: rgb(200,237,175); }
td.TdClassName
{
border-color: #C8EDAF;
}
.TagClassName
{
border-color: #C8EDAF;
}
</style>