Shades of Tea Green #CEEEBD
Tints of Tea Green #CEEEBD
RGB
CMYK
RGB Variations
Color information
#CEEEBD (or 0xCEEEBD) is known color: Tea Green. HEX triplet: CE, EE and BD. RGB value is (206,238,189). Sum of RGB (Red+Green+Blue) = 206+238+189=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEBD is #311142. Grayscale: #DFDFDF. Windows color (decimal): -3215683 or 12447438. OLE color: 12447438.
HSL color Cylindrical-coordinate representation of color #CEEEBD: hue angle of 99.18º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEEEBD is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 189 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.07 |
| HSL | 99.18º | 0.59% | 0.84% | - |
| HSV(B) | 99.18º | 0.21% | 0.93% | - |
| XYZ | 65.21 | 77.95 | 59.75 | - |
| YUV | 222.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 189 | 0.13 | 0 | 0.21 | 0.07 | 99.18 | 0.59 | 0.84 |
| Hex | CE | EE | BD | D | 0 | 15 | 7 | 63 | 3B | 54 |
| Octal | 316 | 356 | 275 | 15 | 0 | 25 | 7 | 143 | 73 | 124 |
| Binary | 11001110 | 11101110 | 10111101 | 1101 | 0 | 10101 | 111 | 1100011 | 111011 | 1010100 |
Color Harmonies of #CEEEBD
Complementary color
Monochromatic Colors of #CEEEBD
Black with #CEEEBD
Text Example
Text Example
White with #CEEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEBD; }
p { color: rgb(206,238,189); }
H1.HeaderClassName
{
color: #CEEEBD;
}
.AnyTagClassName
{
color: #CEEEBD;
}
</style>
background-color css
<style>
a { background-color: #CEEEBD; }
a { background-color: rgb(206,238,189); }
div.DivClassName
{
background-color: #CEEEBD;
}
.BgClassName
{
background-color: #CEEEBD;
}
</style>
border-color css
<style>
span { border-color: #CEEEBD; }
span { border-color: rgb(206,238,189); }
td.TdClassName
{
border-color: #CEEEBD;
}
.TagClassName
{
border-color: #CEEEBD;
}
</style>