Shades of Tea Green #C9EDB4
Tints of Tea Green #C9EDB4
RGB
CMYK
RGB Variations
Color information
#C9EDB4 (or 0xC9EDB4) is known color: Tea Green. HEX triplet: C9, ED and B4. RGB value is (201,237,180). Sum of RGB (Red+Green+Blue) = 201+237+180=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EDB4 is #36124B. Grayscale: #DBDBDB. Windows color (decimal): -3543628 or 11857353. OLE color: 11857353.
HSL color Cylindrical-coordinate representation of color #C9EDB4: hue angle of 97.89º 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 #C9EDB4 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 180 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.07 |
| HSL | 97.89º | 0.61% | 0.82% | - |
| HSV(B) | 97.89º | 0.24% | 0.93% | - |
| XYZ | 62.61 | 76.28 | 54.6 | - |
| YUV | 219.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 180 | 0.15 | 0 | 0.24 | 0.07 | 97.89 | 0.61 | 0.82 |
| Hex | C9 | ED | B4 | F | 0 | 18 | 7 | 62 | 3D | 52 |
| Octal | 311 | 355 | 264 | 17 | 0 | 30 | 7 | 142 | 75 | 122 |
| Binary | 11001001 | 11101101 | 10110100 | 1111 | 0 | 11000 | 111 | 1100010 | 111101 | 1010010 |
Color Harmonies of #C9EDB4
Complementary color
Monochromatic Colors of #C9EDB4
Black with #C9EDB4
Text Example
Text Example
White with #C9EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EDB4; }
p { color: rgb(201,237,180); }
H1.HeaderClassName
{
color: #C9EDB4;
}
.AnyTagClassName
{
color: #C9EDB4;
}
</style>
background-color css
<style>
a { background-color: #C9EDB4; }
a { background-color: rgb(201,237,180); }
div.DivClassName
{
background-color: #C9EDB4;
}
.BgClassName
{
background-color: #C9EDB4;
}
</style>
border-color css
<style>
span { border-color: #C9EDB4; }
span { border-color: rgb(201,237,180); }
td.TdClassName
{
border-color: #C9EDB4;
}
.TagClassName
{
border-color: #C9EDB4;
}
</style>