Shades of Tea Green #CEEDB1
Tints of Tea Green #CEEDB1
RGB
CMYK
RGB Variations
Color information
#CEEDB1 (or 0xCEEDB1) is known color: Tea Green. HEX triplet: CE, ED and B1. RGB value is (206,237,177). Sum of RGB (Red+Green+Blue) = 206+237+177=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDB1 is #31124E. Grayscale: #DDDDDD. Windows color (decimal): -3215951 or 11660750. OLE color: 11660750.
HSL color Cylindrical-coordinate representation of color #CEEDB1: hue angle of 91º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEEDB1 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 177 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.07 |
| HSL | 91º | 0.63% | 0.81% | - |
| HSV(B) | 91º | 0.25% | 0.93% | - |
| XYZ | 63.67 | 76.86 | 53.08 | - |
| YUV | 220.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 177 | 0.13 | 0 | 0.25 | 0.07 | 91 | 0.63 | 0.81 |
| Hex | CE | ED | B1 | D | 0 | 19 | 7 | 5B | 3E | 51 |
| Octal | 316 | 355 | 261 | 15 | 0 | 31 | 7 | 133 | 76 | 121 |
| Binary | 11001110 | 11101101 | 10110001 | 1101 | 0 | 11001 | 111 | 1011011 | 111110 | 1010001 |
Color Harmonies of #CEEDB1
Complementary color
Monochromatic Colors of #CEEDB1
Black with #CEEDB1
Text Example
Text Example
White with #CEEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDB1; }
p { color: rgb(206,237,177); }
H1.HeaderClassName
{
color: #CEEDB1;
}
.AnyTagClassName
{
color: #CEEDB1;
}
</style>
background-color css
<style>
a { background-color: #CEEDB1; }
a { background-color: rgb(206,237,177); }
div.DivClassName
{
background-color: #CEEDB1;
}
.BgClassName
{
background-color: #CEEDB1;
}
</style>
border-color css
<style>
span { border-color: #CEEDB1; }
span { border-color: rgb(206,237,177); }
td.TdClassName
{
border-color: #CEEDB1;
}
.TagClassName
{
border-color: #CEEDB1;
}
</style>