Shades of Tea Green #CEEABD
Tints of Tea Green #CEEABD
RGB
CMYK
RGB Variations
Color information
#CEEABD (or 0xCEEABD) is known color: Tea Green. HEX triplet: CE, EA and BD. RGB value is (206,234,189). Sum of RGB (Red+Green+Blue) = 206+234+189=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEABD is #311542. Grayscale: #DCDCDC. Windows color (decimal): -3216707 or 12446414. OLE color: 12446414.
HSL color Cylindrical-coordinate representation of color #CEEABD: hue angle of 97.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEABD is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 189 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.08 |
| HSL | 97.33º | 0.52% | 0.83% | - |
| HSV(B) | 97.33º | 0.19% | 0.92% | - |
| XYZ | 64.06 | 75.64 | 59.37 | - |
| YUV | 220.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 189 | 0.12 | 0 | 0.19 | 0.08 | 97.33 | 0.52 | 0.83 |
| Hex | CE | EA | BD | C | 0 | 13 | 8 | 61 | 34 | 53 |
| Octal | 316 | 352 | 275 | 14 | 0 | 23 | 10 | 141 | 64 | 123 |
| Binary | 11001110 | 11101010 | 10111101 | 1100 | 0 | 10011 | 1000 | 1100001 | 110100 | 1010011 |
Color Harmonies of #CEEABD
Complementary color
Monochromatic Colors of #CEEABD
Black with #CEEABD
Text Example
Text Example
White with #CEEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEABD; }
p { color: rgb(206,234,189); }
H1.HeaderClassName
{
color: #CEEABD;
}
.AnyTagClassName
{
color: #CEEABD;
}
</style>
background-color css
<style>
a { background-color: #CEEABD; }
a { background-color: rgb(206,234,189); }
div.DivClassName
{
background-color: #CEEABD;
}
.BgClassName
{
background-color: #CEEABD;
}
</style>
border-color css
<style>
span { border-color: #CEEABD; }
span { border-color: rgb(206,234,189); }
td.TdClassName
{
border-color: #CEEABD;
}
.TagClassName
{
border-color: #CEEABD;
}
</style>