Shades of Tea Green #C7EEAF
Tints of Tea Green #C7EEAF
RGB
CMYK
RGB Variations
Color information
#C7EEAF (or 0xC7EEAF) is known color: Tea Green. HEX triplet: C7, EE and AF. RGB value is (199,238,175). Sum of RGB (Red+Green+Blue) = 199+238+175=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EEAF is #381150. Grayscale: #DBDBDB. Windows color (decimal): -3674449 or 11529927. OLE color: 11529927.
HSL color Cylindrical-coordinate representation of color #C7EEAF: hue angle of 97.14º degrees, saturation: 0.65, 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 #C7EEAF is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 238 | 175 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.07 |
| HSL | 97.14º | 0.65% | 0.81% | - |
| HSV(B) | 97.14º | 0.26% | 0.93% | - |
| XYZ | 61.87 | 76.39 | 52.04 | - |
| YUV | 219.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 238 | 175 | 0.16 | 0 | 0.26 | 0.07 | 97.14 | 0.65 | 0.81 |
| Hex | C7 | EE | AF | 10 | 0 | 1A | 7 | 61 | 41 | 51 |
| Octal | 307 | 356 | 257 | 20 | 0 | 32 | 7 | 141 | 101 | 121 |
| Binary | 11000111 | 11101110 | 10101111 | 10000 | 0 | 11010 | 111 | 1100001 | 1000001 | 1010001 |
Color Harmonies of #C7EEAF
Complementary color
Monochromatic Colors of #C7EEAF
Black with #C7EEAF
Text Example
Text Example
White with #C7EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EEAF; }
p { color: rgb(199,238,175); }
H1.HeaderClassName
{
color: #C7EEAF;
}
.AnyTagClassName
{
color: #C7EEAF;
}
</style>
background-color css
<style>
a { background-color: #C7EEAF; }
a { background-color: rgb(199,238,175); }
div.DivClassName
{
background-color: #C7EEAF;
}
.BgClassName
{
background-color: #C7EEAF;
}
</style>
border-color css
<style>
span { border-color: #C7EEAF; }
span { border-color: rgb(199,238,175); }
td.TdClassName
{
border-color: #C7EEAF;
}
.TagClassName
{
border-color: #C7EEAF;
}
</style>