Shades of Tea Green #CEEDBE
Tints of Tea Green #CEEDBE
RGB
CMYK
RGB Variations
Color information
#CEEDBE (or 0xCEEDBE) is known color: Tea Green. HEX triplet: CE, ED and BE. RGB value is (206,237,190). Sum of RGB (Red+Green+Blue) = 206+237+190=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDBE is #311241. Grayscale: #DEDEDE. Windows color (decimal): -3215938 or 12512718. OLE color: 12512718.
HSL color Cylindrical-coordinate representation of color #CEEDBE: hue angle of 99.57º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEEDBE is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 190 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.07 |
| HSL | 99.57º | 0.57% | 0.84% | - |
| HSV(B) | 99.57º | 0.2% | 0.93% | - |
| XYZ | 65.03 | 77.41 | 60.23 | - |
| YUV | 222.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 190 | 0.13 | 0 | 0.20 | 0.07 | 99.57 | 0.57 | 0.84 |
| Hex | CE | ED | BE | D | 0 | 14 | 7 | 64 | 39 | 54 |
| Octal | 316 | 355 | 276 | 15 | 0 | 24 | 7 | 144 | 71 | 124 |
| Binary | 11001110 | 11101101 | 10111110 | 1101 | 0 | 10100 | 111 | 1100100 | 111001 | 1010100 |
Color Harmonies of #CEEDBE
Complementary color
Monochromatic Colors of #CEEDBE
Black with #CEEDBE
Text Example
Text Example
White with #CEEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDBE; }
p { color: rgb(206,237,190); }
H1.HeaderClassName
{
color: #CEEDBE;
}
.AnyTagClassName
{
color: #CEEDBE;
}
</style>
background-color css
<style>
a { background-color: #CEEDBE; }
a { background-color: rgb(206,237,190); }
div.DivClassName
{
background-color: #CEEDBE;
}
.BgClassName
{
background-color: #CEEDBE;
}
</style>
border-color css
<style>
span { border-color: #CEEDBE; }
span { border-color: rgb(206,237,190); }
td.TdClassName
{
border-color: #CEEDBE;
}
.TagClassName
{
border-color: #CEEDBE;
}
</style>