Shades of Tea Green #CDECB0
Tints of Tea Green #CDECB0
RGB
CMYK
RGB Variations
Color information
#CDECB0 (or 0xCDECB0) is known color: Tea Green. HEX triplet: CD, EC and B0. RGB value is (205,236,176). Sum of RGB (Red+Green+Blue) = 205+236+176=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECB0 is #32134F. Grayscale: #DCDCDC. Windows color (decimal): -3281744 or 11594957. OLE color: 11594957.
HSL color Cylindrical-coordinate representation of color #CDECB0: hue angle of 91º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDECB0 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 176 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.07 |
| HSL | 91º | 0.61% | 0.81% | - |
| HSV(B) | 91º | 0.25% | 0.93% | - |
| XYZ | 63.01 | 76.1 | 52.44 | - |
| YUV | 219.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 176 | 0.13 | 0 | 0.25 | 0.07 | 91 | 0.61 | 0.81 |
| Hex | CD | EC | B0 | D | 0 | 19 | 7 | 5B | 3D | 51 |
| Octal | 315 | 354 | 260 | 15 | 0 | 31 | 7 | 133 | 75 | 121 |
| Binary | 11001101 | 11101100 | 10110000 | 1101 | 0 | 11001 | 111 | 1011011 | 111101 | 1010001 |
Color Harmonies of #CDECB0
Complementary color
Monochromatic Colors of #CDECB0
Black with #CDECB0
Text Example
Text Example
White with #CDECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECB0; }
p { color: rgb(205,236,176); }
H1.HeaderClassName
{
color: #CDECB0;
}
.AnyTagClassName
{
color: #CDECB0;
}
</style>
background-color css
<style>
a { background-color: #CDECB0; }
a { background-color: rgb(205,236,176); }
div.DivClassName
{
background-color: #CDECB0;
}
.BgClassName
{
background-color: #CDECB0;
}
</style>
border-color css
<style>
span { border-color: #CDECB0; }
span { border-color: rgb(205,236,176); }
td.TdClassName
{
border-color: #CDECB0;
}
.TagClassName
{
border-color: #CDECB0;
}
</style>