Shades of Tea Green #C9EDAF
Tints of Tea Green #C9EDAF
RGB
CMYK
RGB Variations
Color information
#C9EDAF (or 0xC9EDAF) is known color: Tea Green. HEX triplet: C9, ED and AF. RGB value is (201,237,175). Sum of RGB (Red+Green+Blue) = 201+237+175=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EDAF is #361250. Grayscale: #DBDBDB. Windows color (decimal): -3543633 or 11529673. OLE color: 11529673.
HSL color Cylindrical-coordinate representation of color #C9EDAF: hue angle of 94.84º 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 #C9EDAF is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 237 | 175 | - |
CMYK | 0.15 | 0 | 0.26 | 0.07 |
HSL | 94.84º | 0.63% | 0.81% | - |
HSV(B) | 94.84º | 0.26% | 0.93% | - |
XYZ | 62.11 | 76.08 | 51.97 | - |
YUV | 219.17 | 103.07 | 115.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 237 | 175 | 0.15 | 0 | 0.26 | 0.07 | 94.84 | 0.63 | 0.81 |
Hex | C9 | ED | AF | F | 0 | 1A | 7 | 5F | 3F | 51 |
Octal | 311 | 355 | 257 | 17 | 0 | 32 | 7 | 137 | 77 | 121 |
Binary | 11001001 | 11101101 | 10101111 | 1111 | 0 | 11010 | 111 | 1011111 | 111111 | 1010001 |
Color Harmonies of #C9EDAF
Complementary color
Monochromatic Colors of #C9EDAF
Black with #C9EDAF
Text Example
Text Example
White with #C9EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EDAF; }
p { color: rgb(201,237,175); }
H1.HeaderClassName
{
color: #C9EDAF;
}
.AnyTagClassName
{
color: #C9EDAF;
}
</style>
background-color css
<style>
a { background-color: #C9EDAF; }
a { background-color: rgb(201,237,175); }
div.DivClassName
{
background-color: #C9EDAF;
}
.BgClassName
{
background-color: #C9EDAF;
}
</style>
border-color css
<style>
span { border-color: #C9EDAF; }
span { border-color: rgb(201,237,175); }
td.TdClassName
{
border-color: #C9EDAF;
}
.TagClassName
{
border-color: #C9EDAF;
}
</style>