Shades of Tea Green #C5EFBD
Tints of Tea Green #C5EFBD
RGB
CMYK
RGB Variations
Color information
#C5EFBD (or 0xC5EFBD) is known color: Tea Green. HEX triplet: C5, EF and BD. RGB value is (197,239,189). Sum of RGB (Red+Green+Blue) = 197+239+189=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFBD is #3A1042. Grayscale: #DCDCDC. Windows color (decimal): -3805251 or 12447685. OLE color: 12447685.
HSL color Cylindrical-coordinate representation of color #C5EFBD: hue angle of 110.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5EFBD is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 189 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.06 |
| HSL | 110.4º | 0.61% | 0.84% | - |
| HSV(B) | 110.4º | 0.21% | 0.94% | - |
| XYZ | 63.08 | 77.28 | 59.74 | - |
| YUV | 220.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 189 | 0.18 | 0 | 0.21 | 0.06 | 110.4 | 0.61 | 0.84 |
| Hex | C5 | EF | BD | 12 | 0 | 15 | 6 | 6E | 3D | 54 |
| Octal | 305 | 357 | 275 | 22 | 0 | 25 | 6 | 156 | 75 | 124 |
| Binary | 11000101 | 11101111 | 10111101 | 10010 | 0 | 10101 | 110 | 1101110 | 111101 | 1010100 |
Color Harmonies of #C5EFBD
Complementary color
Monochromatic Colors of #C5EFBD
Black with #C5EFBD
Text Example
Text Example
White with #C5EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFBD; }
p { color: rgb(197,239,189); }
H1.HeaderClassName
{
color: #C5EFBD;
}
.AnyTagClassName
{
color: #C5EFBD;
}
</style>
background-color css
<style>
a { background-color: #C5EFBD; }
a { background-color: rgb(197,239,189); }
div.DivClassName
{
background-color: #C5EFBD;
}
.BgClassName
{
background-color: #C5EFBD;
}
</style>
border-color css
<style>
span { border-color: #C5EFBD; }
span { border-color: rgb(197,239,189); }
td.TdClassName
{
border-color: #C5EFBD;
}
.TagClassName
{
border-color: #C5EFBD;
}
</style>