Shades of Tea Green #CEEBBD
Tints of Tea Green #CEEBBD
RGB
CMYK
RGB Variations
Color information
#CEEBBD (or 0xCEEBBD) is known color: Tea Green. HEX triplet: CE, EB and BD. RGB value is (206,235,189). Sum of RGB (Red+Green+Blue) = 206+235+189=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBBD is #311442. Grayscale: #DDDDDD. Windows color (decimal): -3216451 or 12446670. OLE color: 12446670.
HSL color Cylindrical-coordinate representation of color #CEEBBD: hue angle of 97.83º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEEBBD is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 189 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.08 |
| HSL | 97.83º | 0.53% | 0.83% | - |
| HSV(B) | 97.83º | 0.2% | 0.92% | - |
| XYZ | 64.35 | 76.21 | 59.46 | - |
| YUV | 221.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 189 | 0.12 | 0 | 0.20 | 0.08 | 97.83 | 0.53 | 0.83 |
| Hex | CE | EB | BD | C | 0 | 14 | 8 | 62 | 35 | 53 |
| Octal | 316 | 353 | 275 | 14 | 0 | 24 | 10 | 142 | 65 | 123 |
| Binary | 11001110 | 11101011 | 10111101 | 1100 | 0 | 10100 | 1000 | 1100010 | 110101 | 1010011 |
Color Harmonies of #CEEBBD
Complementary color
Monochromatic Colors of #CEEBBD
Black with #CEEBBD
Text Example
Text Example
White with #CEEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBBD; }
p { color: rgb(206,235,189); }
H1.HeaderClassName
{
color: #CEEBBD;
}
.AnyTagClassName
{
color: #CEEBBD;
}
</style>
background-color css
<style>
a { background-color: #CEEBBD; }
a { background-color: rgb(206,235,189); }
div.DivClassName
{
background-color: #CEEBBD;
}
.BgClassName
{
background-color: #CEEBBD;
}
</style>
border-color css
<style>
span { border-color: #CEEBBD; }
span { border-color: rgb(206,235,189); }
td.TdClassName
{
border-color: #CEEBBD;
}
.TagClassName
{
border-color: #CEEBBD;
}
</style>