Shades of Tea Green #CEEDB6
Tints of Tea Green #CEEDB6
RGB
CMYK
RGB Variations
Color information
#CEEDB6 (or 0xCEEDB6) is known color: Tea Green. HEX triplet: CE, ED and B6. RGB value is (206,237,182). Sum of RGB (Red+Green+Blue) = 206+237+182=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDB6 is #311249. Grayscale: #DDDDDD. Windows color (decimal): -3215946 or 11988430. OLE color: 11988430.
HSL color Cylindrical-coordinate representation of color #CEEDB6: hue angle of 93.82º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEEDB6 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 182 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.07 |
| HSL | 93.82º | 0.6% | 0.82% | - |
| HSV(B) | 93.82º | 0.23% | 0.93% | - |
| XYZ | 64.18 | 77.07 | 55.75 | - |
| YUV | 221.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 182 | 0.13 | 0 | 0.23 | 0.07 | 93.82 | 0.6 | 0.82 |
| Hex | CE | ED | B6 | D | 0 | 17 | 7 | 5E | 3C | 52 |
| Octal | 316 | 355 | 266 | 15 | 0 | 27 | 7 | 136 | 74 | 122 |
| Binary | 11001110 | 11101101 | 10110110 | 1101 | 0 | 10111 | 111 | 1011110 | 111100 | 1010010 |
Color Harmonies of #CEEDB6
Complementary color
Monochromatic Colors of #CEEDB6
Black with #CEEDB6
Text Example
Text Example
White with #CEEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDB6; }
p { color: rgb(206,237,182); }
H1.HeaderClassName
{
color: #CEEDB6;
}
.AnyTagClassName
{
color: #CEEDB6;
}
</style>
background-color css
<style>
a { background-color: #CEEDB6; }
a { background-color: rgb(206,237,182); }
div.DivClassName
{
background-color: #CEEDB6;
}
.BgClassName
{
background-color: #CEEDB6;
}
</style>
border-color css
<style>
span { border-color: #CEEDB6; }
span { border-color: rgb(206,237,182); }
td.TdClassName
{
border-color: #CEEDB6;
}
.TagClassName
{
border-color: #CEEDB6;
}
</style>