Shades of Tea Green #CEF3AF
Tints of Tea Green #CEF3AF
RGB
CMYK
RGB Variations
Color information
#CEF3AF (or 0xCEF3AF) is known color: Tea Green. HEX triplet: CE, F3 and AF. RGB value is (206,243,175). Sum of RGB (Red+Green+Blue) = 206+243+175=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF3AF is #310C50. Grayscale: #E0E0E0. Windows color (decimal): -3214417 or 11531214. OLE color: 11531214.
HSL color Cylindrical-coordinate representation of color #CEF3AF: hue angle of 92.65º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEF3AF is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 175 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.05 |
| HSL | 92.65º | 0.74% | 0.82% | - |
| HSV(B) | 92.65º | 0.28% | 0.95% | - |
| XYZ | 65.24 | 80.32 | 52.62 | - |
| YUV | 224.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 175 | 0.15 | 0 | 0.28 | 0.05 | 92.65 | 0.74 | 0.82 |
| Hex | CE | F3 | AF | F | 0 | 1C | 5 | 5D | 4A | 52 |
| Octal | 316 | 363 | 257 | 17 | 0 | 34 | 5 | 135 | 112 | 122 |
| Binary | 11001110 | 11110011 | 10101111 | 1111 | 0 | 11100 | 101 | 1011101 | 1001010 | 1010010 |
Color Harmonies of #CEF3AF
Complementary color
Monochromatic Colors of #CEF3AF
Black with #CEF3AF
Text Example
Text Example
White with #CEF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3AF; }
p { color: rgb(206,243,175); }
H1.HeaderClassName
{
color: #CEF3AF;
}
.AnyTagClassName
{
color: #CEF3AF;
}
</style>
background-color css
<style>
a { background-color: #CEF3AF; }
a { background-color: rgb(206,243,175); }
div.DivClassName
{
background-color: #CEF3AF;
}
.BgClassName
{
background-color: #CEF3AF;
}
</style>
border-color css
<style>
span { border-color: #CEF3AF; }
span { border-color: rgb(206,243,175); }
td.TdClassName
{
border-color: #CEF3AF;
}
.TagClassName
{
border-color: #CEF3AF;
}
</style>