Shades of Tea Green #CEF7AF
Tints of Tea Green #CEF7AF
RGB
CMYK
RGB Variations
Color information
#CEF7AF (or 0xCEF7AF) is known color: Tea Green. HEX triplet: CE, F7 and AF. RGB value is (206,247,175). Sum of RGB (Red+Green+Blue) = 206+247+175=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF7AF is #310850. Grayscale: #E2E2E2. Windows color (decimal): -3213393 or 11532238. OLE color: 11532238.
HSL color Cylindrical-coordinate representation of color #CEF7AF: hue angle of 94.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEF7AF is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 175 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.03 |
| HSL | 94.17º | 0.82% | 0.83% | - |
| HSV(B) | 94.17º | 0.29% | 0.97% | - |
| XYZ | 66.45 | 82.74 | 53.03 | - |
| YUV | 226.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 175 | 0.17 | 0 | 0.29 | 0.03 | 94.17 | 0.82 | 0.83 |
| Hex | CE | F7 | AF | 11 | 0 | 1D | 3 | 5E | 52 | 53 |
| Octal | 316 | 367 | 257 | 21 | 0 | 35 | 3 | 136 | 122 | 123 |
| Binary | 11001110 | 11110111 | 10101111 | 10001 | 0 | 11101 | 11 | 1011110 | 1010010 | 1010011 |
Color Harmonies of #CEF7AF
Complementary color
Monochromatic Colors of #CEF7AF
Black with #CEF7AF
Text Example
Text Example
White with #CEF7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF7AF; }
p { color: rgb(206,247,175); }
H1.HeaderClassName
{
color: #CEF7AF;
}
.AnyTagClassName
{
color: #CEF7AF;
}
</style>
background-color css
<style>
a { background-color: #CEF7AF; }
a { background-color: rgb(206,247,175); }
div.DivClassName
{
background-color: #CEF7AF;
}
.BgClassName
{
background-color: #CEF7AF;
}
</style>
border-color css
<style>
span { border-color: #CEF7AF; }
span { border-color: rgb(206,247,175); }
td.TdClassName
{
border-color: #CEF7AF;
}
.TagClassName
{
border-color: #CEF7AF;
}
</style>