Shades of Tea Green #CEEDC5
Tints of Tea Green #CEEDC5
RGB
CMYK
RGB Variations
Color information
#CEEDC5 (or 0xCEEDC5) is known color: Tea Green. HEX triplet: CE, ED and C5. RGB value is (206,237,197). Sum of RGB (Red+Green+Blue) = 206+237+197=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDC5 is #31123A. Grayscale: #DFDFDF. Windows color (decimal): -3215931 or 12971470. OLE color: 12971470.
HSL color Cylindrical-coordinate representation of color #CEEDC5: hue angle of 106.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEEDC5 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 197 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.07 |
| HSL | 106.5º | 0.53% | 0.85% | - |
| HSV(B) | 106.5º | 0.17% | 0.93% | - |
| XYZ | 65.82 | 77.72 | 64.36 | - |
| YUV | 223.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 197 | 0.13 | 0 | 0.17 | 0.07 | 106.5 | 0.53 | 0.85 |
| Hex | CE | ED | C5 | D | 0 | 11 | 7 | 6A | 35 | 55 |
| Octal | 316 | 355 | 305 | 15 | 0 | 21 | 7 | 152 | 65 | 125 |
| Binary | 11001110 | 11101101 | 11000101 | 1101 | 0 | 10001 | 111 | 1101010 | 110101 | 1010101 |
Color Harmonies of #CEEDC5
Complementary color
Monochromatic Colors of #CEEDC5
Black with #CEEDC5
Text Example
Text Example
White with #CEEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDC5; }
p { color: rgb(206,237,197); }
H1.HeaderClassName
{
color: #CEEDC5;
}
.AnyTagClassName
{
color: #CEEDC5;
}
</style>
background-color css
<style>
a { background-color: #CEEDC5; }
a { background-color: rgb(206,237,197); }
div.DivClassName
{
background-color: #CEEDC5;
}
.BgClassName
{
background-color: #CEEDC5;
}
</style>
border-color css
<style>
span { border-color: #CEEDC5; }
span { border-color: rgb(206,237,197); }
td.TdClassName
{
border-color: #CEEDC5;
}
.TagClassName
{
border-color: #CEEDC5;
}
</style>