Shades of Tea Green #C5EABD
Tints of Tea Green #C5EABD
RGB
CMYK
RGB Variations
Color information
#C5EABD (or 0xC5EABD) is known color: Tea Green. HEX triplet: C5, EA and BD. RGB value is (197,234,189). Sum of RGB (Red+Green+Blue) = 197+234+189=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EABD is #3A1542. Grayscale: #D9D9D9. Windows color (decimal): -3806531 or 12446405. OLE color: 12446405.
HSL color Cylindrical-coordinate representation of color #C5EABD: hue angle of 109.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5EABD is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 234 | 189 | - |
CMYK | 0.16 | 0 | 0.19 | 0.08 |
HSL | 109.33º | 0.52% | 0.83% | - |
HSV(B) | 109.33º | 0.19% | 0.92% | - |
XYZ | 61.63 | 74.39 | 59.25 | - |
YUV | 217.81 | 111.74 | 113.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 234 | 189 | 0.16 | 0 | 0.19 | 0.08 | 109.33 | 0.52 | 0.83 |
Hex | C5 | EA | BD | 10 | 0 | 13 | 8 | 6D | 34 | 53 |
Octal | 305 | 352 | 275 | 20 | 0 | 23 | 10 | 155 | 64 | 123 |
Binary | 11000101 | 11101010 | 10111101 | 10000 | 0 | 10011 | 1000 | 1101101 | 110100 | 1010011 |
Color Harmonies of #C5EABD
Complementary color
Monochromatic Colors of #C5EABD
Black with #C5EABD
Text Example
Text Example
White with #C5EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EABD; }
p { color: rgb(197,234,189); }
H1.HeaderClassName
{
color: #C5EABD;
}
.AnyTagClassName
{
color: #C5EABD;
}
</style>
background-color css
<style>
a { background-color: #C5EABD; }
a { background-color: rgb(197,234,189); }
div.DivClassName
{
background-color: #C5EABD;
}
.BgClassName
{
background-color: #C5EABD;
}
</style>
border-color css
<style>
span { border-color: #C5EABD; }
span { border-color: rgb(197,234,189); }
td.TdClassName
{
border-color: #C5EABD;
}
.TagClassName
{
border-color: #C5EABD;
}
</style>