Shades of Tea Green #CEF6AF
Tints of Tea Green #CEF6AF
RGB
CMYK
RGB Variations
Color information
#CEF6AF (or 0xCEF6AF) is known color: Tea Green. HEX triplet: CE, F6 and AF. RGB value is (206,246,175). Sum of RGB (Red+Green+Blue) = 206+246+175=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF6AF is #310950. Grayscale: #E2E2E2. Windows color (decimal): -3213649 or 11531982. OLE color: 11531982.
HSL color Cylindrical-coordinate representation of color #CEF6AF: hue angle of 93.8º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEF6AF is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 175 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.04 |
| HSL | 93.8º | 0.8% | 0.83% | - |
| HSV(B) | 93.8º | 0.29% | 0.96% | - |
| XYZ | 66.15 | 82.13 | 52.92 | - |
| YUV | 225.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 175 | 0.16 | 0 | 0.29 | 0.04 | 93.8 | 0.8 | 0.83 |
| Hex | CE | F6 | AF | 10 | 0 | 1D | 4 | 5E | 50 | 53 |
| Octal | 316 | 366 | 257 | 20 | 0 | 35 | 4 | 136 | 120 | 123 |
| Binary | 11001110 | 11110110 | 10101111 | 10000 | 0 | 11101 | 100 | 1011110 | 1010000 | 1010011 |
Color Harmonies of #CEF6AF
Complementary color
Monochromatic Colors of #CEF6AF
Black with #CEF6AF
Text Example
Text Example
White with #CEF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6AF; }
p { color: rgb(206,246,175); }
H1.HeaderClassName
{
color: #CEF6AF;
}
.AnyTagClassName
{
color: #CEF6AF;
}
</style>
background-color css
<style>
a { background-color: #CEF6AF; }
a { background-color: rgb(206,246,175); }
div.DivClassName
{
background-color: #CEF6AF;
}
.BgClassName
{
background-color: #CEF6AF;
}
</style>
border-color css
<style>
span { border-color: #CEF6AF; }
span { border-color: rgb(206,246,175); }
td.TdClassName
{
border-color: #CEF6AF;
}
.TagClassName
{
border-color: #CEF6AF;
}
</style>