Shades of Tea Green #CDECBA
Tints of Tea Green #CDECBA
RGB
CMYK
RGB Variations
Color information
#CDECBA (or 0xCDECBA) is known color: Tea Green. HEX triplet: CD, EC and BA. RGB value is (205,236,186). Sum of RGB (Red+Green+Blue) = 205+236+186=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECBA is #321345. Grayscale: #DDDDDD. Windows color (decimal): -3281734 or 12250317. OLE color: 12250317.
HSL color Cylindrical-coordinate representation of color #CDECBA: hue angle of 97.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDECBA is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 186 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.07 |
| HSL | 97.2º | 0.57% | 0.83% | - |
| HSV(B) | 97.2º | 0.21% | 0.93% | - |
| XYZ | 64.04 | 76.52 | 57.85 | - |
| YUV | 221.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 186 | 0.13 | 0 | 0.21 | 0.07 | 97.2 | 0.57 | 0.83 |
| Hex | CD | EC | BA | D | 0 | 15 | 7 | 61 | 39 | 53 |
| Octal | 315 | 354 | 272 | 15 | 0 | 25 | 7 | 141 | 71 | 123 |
| Binary | 11001101 | 11101100 | 10111010 | 1101 | 0 | 10101 | 111 | 1100001 | 111001 | 1010011 |
Color Harmonies of #CDECBA
Complementary color
Monochromatic Colors of #CDECBA
Black with #CDECBA
Text Example
Text Example
White with #CDECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECBA; }
p { color: rgb(205,236,186); }
H1.HeaderClassName
{
color: #CDECBA;
}
.AnyTagClassName
{
color: #CDECBA;
}
</style>
background-color css
<style>
a { background-color: #CDECBA; }
a { background-color: rgb(205,236,186); }
div.DivClassName
{
background-color: #CDECBA;
}
.BgClassName
{
background-color: #CDECBA;
}
</style>
border-color css
<style>
span { border-color: #CDECBA; }
span { border-color: rgb(205,236,186); }
td.TdClassName
{
border-color: #CDECBA;
}
.TagClassName
{
border-color: #CDECBA;
}
</style>