Shades of Tea Green #CEF8AD
Tints of Tea Green #CEF8AD
RGB
CMYK
RGB Variations
Color information
#CEF8AD (or 0xCEF8AD) is known color: Tea Green. HEX triplet: CE, F8 and AD. RGB value is (206,248,173). Sum of RGB (Red+Green+Blue) = 206+248+173=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF8AD is #310752. Grayscale: #E3E3E3. Windows color (decimal): -3213139 or 11401422. OLE color: 11401422.
HSL color Cylindrical-coordinate representation of color #CEF8AD: hue angle of 93.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF8AD is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 173 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.03 |
| HSL | 93.6º | 0.84% | 0.83% | - |
| HSV(B) | 93.6º | 0.3% | 0.97% | - |
| XYZ | 66.56 | 83.27 | 52.1 | - |
| YUV | 226.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 173 | 0.17 | 0 | 0.30 | 0.03 | 93.6 | 0.84 | 0.83 |
| Hex | CE | F8 | AD | 11 | 0 | 1E | 3 | 5E | 54 | 53 |
| Octal | 316 | 370 | 255 | 21 | 0 | 36 | 3 | 136 | 124 | 123 |
| Binary | 11001110 | 11111000 | 10101101 | 10001 | 0 | 11110 | 11 | 1011110 | 1010100 | 1010011 |
Color Harmonies of #CEF8AD
Complementary color
Monochromatic Colors of #CEF8AD
Black with #CEF8AD
Text Example
Text Example
White with #CEF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8AD; }
p { color: rgb(206,248,173); }
H1.HeaderClassName
{
color: #CEF8AD;
}
.AnyTagClassName
{
color: #CEF8AD;
}
</style>
background-color css
<style>
a { background-color: #CEF8AD; }
a { background-color: rgb(206,248,173); }
div.DivClassName
{
background-color: #CEF8AD;
}
.BgClassName
{
background-color: #CEF8AD;
}
</style>
border-color css
<style>
span { border-color: #CEF8AD; }
span { border-color: rgb(206,248,173); }
td.TdClassName
{
border-color: #CEF8AD;
}
.TagClassName
{
border-color: #CEF8AD;
}
</style>