Shades of Tea Green #C5EFAF
Tints of Tea Green #C5EFAF
RGB
CMYK
RGB Variations
Color information
#C5EFAF (or 0xC5EFAF) is known color: Tea Green. HEX triplet: C5, EF and AF. RGB value is (197,239,175). Sum of RGB (Red+Green+Blue) = 197+239+175=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EFAF is #3A1050. Grayscale: #DBDBDB. Windows color (decimal): -3805265 or 11530181. OLE color: 11530181.
HSL color Cylindrical-coordinate representation of color #C5EFAF: hue angle of 99.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5EFAF is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 175 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.06 |
| HSL | 99.38º | 0.67% | 0.81% | - |
| HSV(B) | 99.38º | 0.27% | 0.94% | - |
| XYZ | 61.63 | 76.7 | 52.11 | - |
| YUV | 219.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 175 | 0.18 | 0 | 0.27 | 0.06 | 99.38 | 0.67 | 0.81 |
| Hex | C5 | EF | AF | 12 | 0 | 1B | 6 | 63 | 43 | 51 |
| Octal | 305 | 357 | 257 | 22 | 0 | 33 | 6 | 143 | 103 | 121 |
| Binary | 11000101 | 11101111 | 10101111 | 10010 | 0 | 11011 | 110 | 1100011 | 1000011 | 1010001 |
Color Harmonies of #C5EFAF
Complementary color
Monochromatic Colors of #C5EFAF
Black with #C5EFAF
Text Example
Text Example
White with #C5EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFAF; }
p { color: rgb(197,239,175); }
H1.HeaderClassName
{
color: #C5EFAF;
}
.AnyTagClassName
{
color: #C5EFAF;
}
</style>
background-color css
<style>
a { background-color: #C5EFAF; }
a { background-color: rgb(197,239,175); }
div.DivClassName
{
background-color: #C5EFAF;
}
.BgClassName
{
background-color: #C5EFAF;
}
</style>
border-color css
<style>
span { border-color: #C5EFAF; }
span { border-color: rgb(197,239,175); }
td.TdClassName
{
border-color: #C5EFAF;
}
.TagClassName
{
border-color: #C5EFAF;
}
</style>