Shades of Tea Green #CEEDB4
Tints of Tea Green #CEEDB4
RGB
CMYK
RGB Variations
Color information
#CEEDB4 (or 0xCEEDB4) is known color: Tea Green. HEX triplet: CE, ED and B4. RGB value is (206,237,180). Sum of RGB (Red+Green+Blue) = 206+237+180=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDB4 is #31124B. Grayscale: #DDDDDD. Windows color (decimal): -3215948 or 11857358. OLE color: 11857358.
HSL color Cylindrical-coordinate representation of color #CEEDB4: hue angle of 92.63º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEEDB4 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 180 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.07 |
| HSL | 92.63º | 0.61% | 0.82% | - |
| HSV(B) | 92.63º | 0.24% | 0.93% | - |
| XYZ | 63.98 | 76.99 | 54.67 | - |
| YUV | 221.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 180 | 0.13 | 0 | 0.24 | 0.07 | 92.63 | 0.61 | 0.82 |
| Hex | CE | ED | B4 | D | 0 | 18 | 7 | 5D | 3D | 52 |
| Octal | 316 | 355 | 264 | 15 | 0 | 30 | 7 | 135 | 75 | 122 |
| Binary | 11001110 | 11101101 | 10110100 | 1101 | 0 | 11000 | 111 | 1011101 | 111101 | 1010010 |
Color Harmonies of #CEEDB4
Complementary color
Monochromatic Colors of #CEEDB4
Black with #CEEDB4
Text Example
Text Example
White with #CEEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDB4; }
p { color: rgb(206,237,180); }
H1.HeaderClassName
{
color: #CEEDB4;
}
.AnyTagClassName
{
color: #CEEDB4;
}
</style>
background-color css
<style>
a { background-color: #CEEDB4; }
a { background-color: rgb(206,237,180); }
div.DivClassName
{
background-color: #CEEDB4;
}
.BgClassName
{
background-color: #CEEDB4;
}
</style>
border-color css
<style>
span { border-color: #CEEDB4; }
span { border-color: rgb(206,237,180); }
td.TdClassName
{
border-color: #CEEDB4;
}
.TagClassName
{
border-color: #CEEDB4;
}
</style>