Shades of Tea Green #C9EBAE
Tints of Tea Green #C9EBAE
RGB
CMYK
RGB Variations
Color information
#C9EBAE (or 0xC9EBAE) is known color: Tea Green. HEX triplet: C9, EB and AE. RGB value is (201,235,174). Sum of RGB (Red+Green+Blue) = 201+235+174=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EBAE is #361451. Grayscale: #DADADA. Windows color (decimal): -3544146 or 11463625. OLE color: 11463625.
HSL color Cylindrical-coordinate representation of color #C9EBAE: hue angle of 93.44º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9EBAE is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 201 | 235 | 174 | - |
CMYK | 0.14 | 0 | 0.26 | 0.08 |
HSL | 93.44º | 0.6% | 0.8% | - |
HSV(B) | 93.44º | 0.26% | 0.92% | - |
XYZ | 61.44 | 74.89 | 51.26 | - |
YUV | 217.88 | 103.24 | 115.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 235 | 174 | 0.14 | 0 | 0.26 | 0.08 | 93.44 | 0.6 | 0.8 |
Hex | C9 | EB | AE | E | 0 | 1A | 8 | 5D | 3C | 50 |
Octal | 311 | 353 | 256 | 16 | 0 | 32 | 10 | 135 | 74 | 120 |
Binary | 11001001 | 11101011 | 10101110 | 1110 | 0 | 11010 | 1000 | 1011101 | 111100 | 1010000 |
Color Harmonies of #C9EBAE
Complementary color
Monochromatic Colors of #C9EBAE
Black with #C9EBAE
Text Example
Text Example
White with #C9EBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EBAE; }
p { color: rgb(201,235,174); }
H1.HeaderClassName
{
color: #C9EBAE;
}
.AnyTagClassName
{
color: #C9EBAE;
}
</style>
background-color css
<style>
a { background-color: #C9EBAE; }
a { background-color: rgb(201,235,174); }
div.DivClassName
{
background-color: #C9EBAE;
}
.BgClassName
{
background-color: #C9EBAE;
}
</style>
border-color css
<style>
span { border-color: #C9EBAE; }
span { border-color: rgb(201,235,174); }
td.TdClassName
{
border-color: #C9EBAE;
}
.TagClassName
{
border-color: #C9EBAE;
}
</style>