Shades of Tea Green #C8EDB5
Tints of Tea Green #C8EDB5
RGB
CMYK
RGB Variations
Color information
#C8EDB5 (or 0xC8EDB5) is known color: Tea Green. HEX triplet: C8, ED and B5. RGB value is (200,237,181). Sum of RGB (Red+Green+Blue) = 200+237+181=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDB5 is #37124A. Grayscale: #DBDBDB. Windows color (decimal): -3609163 or 11922888. OLE color: 11922888.
HSL color Cylindrical-coordinate representation of color #C8EDB5: hue angle of 99.64º 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 #C8EDB5 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 237 | 181 | - |
CMYK | 0.16 | 0 | 0.24 | 0.07 |
HSL | 99.64º | 0.61% | 0.82% | - |
HSV(B) | 99.64º | 0.24% | 0.93% | - |
XYZ | 62.44 | 76.18 | 55.13 | - |
YUV | 219.55 | 106.24 | 114.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 237 | 181 | 0.16 | 0 | 0.24 | 0.07 | 99.64 | 0.61 | 0.82 |
Hex | C8 | ED | B5 | 10 | 0 | 18 | 7 | 64 | 3D | 52 |
Octal | 310 | 355 | 265 | 20 | 0 | 30 | 7 | 144 | 75 | 122 |
Binary | 11001000 | 11101101 | 10110101 | 10000 | 0 | 11000 | 111 | 1100100 | 111101 | 1010010 |
Color Harmonies of #C8EDB5
Complementary color
Monochromatic Colors of #C8EDB5
Black with #C8EDB5
Text Example
Text Example
White with #C8EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDB5; }
p { color: rgb(200,237,181); }
H1.HeaderClassName
{
color: #C8EDB5;
}
.AnyTagClassName
{
color: #C8EDB5;
}
</style>
background-color css
<style>
a { background-color: #C8EDB5; }
a { background-color: rgb(200,237,181); }
div.DivClassName
{
background-color: #C8EDB5;
}
.BgClassName
{
background-color: #C8EDB5;
}
</style>
border-color css
<style>
span { border-color: #C8EDB5; }
span { border-color: rgb(200,237,181); }
td.TdClassName
{
border-color: #C8EDB5;
}
.TagClassName
{
border-color: #C8EDB5;
}
</style>