Shades of Tea Green #C8EDB4
Tints of Tea Green #C8EDB4
RGB
CMYK
RGB Variations
Color information
#C8EDB4 (or 0xC8EDB4) is known color: Tea Green. HEX triplet: C8, ED and B4. RGB value is (200,237,180). Sum of RGB (Red+Green+Blue) = 200+237+180=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDB4 is #37124B. Grayscale: #DBDBDB. Windows color (decimal): -3609164 or 11857352. OLE color: 11857352.
HSL color Cylindrical-coordinate representation of color #C8EDB4: hue angle of 98.95º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8EDB4 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 180 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.07 |
| HSL | 98.95º | 0.61% | 0.82% | - |
| HSV(B) | 98.95º | 0.24% | 0.93% | - |
| XYZ | 62.34 | 76.14 | 54.59 | - |
| YUV | 219.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 180 | 0.16 | 0 | 0.24 | 0.07 | 98.95 | 0.61 | 0.82 |
| Hex | C8 | ED | B4 | 10 | 0 | 18 | 7 | 63 | 3D | 52 |
| Octal | 310 | 355 | 264 | 20 | 0 | 30 | 7 | 143 | 75 | 122 |
| Binary | 11001000 | 11101101 | 10110100 | 10000 | 0 | 11000 | 111 | 1100011 | 111101 | 1010010 |
Color Harmonies of #C8EDB4
Complementary color
Monochromatic Colors of #C8EDB4
Black with #C8EDB4
Text Example
Text Example
White with #C8EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDB4; }
p { color: rgb(200,237,180); }
H1.HeaderClassName
{
color: #C8EDB4;
}
.AnyTagClassName
{
color: #C8EDB4;
}
</style>
background-color css
<style>
a { background-color: #C8EDB4; }
a { background-color: rgb(200,237,180); }
div.DivClassName
{
background-color: #C8EDB4;
}
.BgClassName
{
background-color: #C8EDB4;
}
</style>
border-color css
<style>
span { border-color: #C8EDB4; }
span { border-color: rgb(200,237,180); }
td.TdClassName
{
border-color: #C8EDB4;
}
.TagClassName
{
border-color: #C8EDB4;
}
</style>