Shades of Tea Green #C6EDAF
Tints of Tea Green #C6EDAF
RGB
CMYK
RGB Variations
Color information
#C6EDAF (or 0xC6EDAF) is known color: Tea Green. HEX triplet: C6, ED and AF. RGB value is (198,237,175). Sum of RGB (Red+Green+Blue) = 198+237+175=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EDAF is #391250. Grayscale: #DADADA. Windows color (decimal): -3740241 or 11529670. OLE color: 11529670.
HSL color Cylindrical-coordinate representation of color #C6EDAF: hue angle of 97.74º 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 #C6EDAF is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 175 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.07 |
| HSL | 97.74º | 0.63% | 0.81% | - |
| HSV(B) | 97.74º | 0.26% | 0.93% | - |
| XYZ | 61.31 | 75.67 | 51.93 | - |
| YUV | 218.27 | 103.58 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 175 | 0.16 | 0 | 0.26 | 0.07 | 97.74 | 0.63 | 0.81 |
| Hex | C6 | ED | AF | 10 | 0 | 1A | 7 | 62 | 3F | 51 |
| Octal | 306 | 355 | 257 | 20 | 0 | 32 | 7 | 142 | 77 | 121 |
| Binary | 11000110 | 11101101 | 10101111 | 10000 | 0 | 11010 | 111 | 1100010 | 111111 | 1010001 |
Color Harmonies of #C6EDAF
Complementary color
Monochromatic Colors of #C6EDAF
Black with #C6EDAF
Text Example
Text Example
White with #C6EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDAF; }
p { color: rgb(198,237,175); }
H1.HeaderClassName
{
color: #C6EDAF;
}
.AnyTagClassName
{
color: #C6EDAF;
}
</style>
background-color css
<style>
a { background-color: #C6EDAF; }
a { background-color: rgb(198,237,175); }
div.DivClassName
{
background-color: #C6EDAF;
}
.BgClassName
{
background-color: #C6EDAF;
}
</style>
border-color css
<style>
span { border-color: #C6EDAF; }
span { border-color: rgb(198,237,175); }
td.TdClassName
{
border-color: #C6EDAF;
}
.TagClassName
{
border-color: #C6EDAF;
}
</style>