Shades of Tea Green #CDECBF
Tints of Tea Green #CDECBF
RGB
CMYK
RGB Variations
Color information
#CDECBF (or 0xCDECBF) is known color: Tea Green. HEX triplet: CD, EC and BF. RGB value is (205,236,191). Sum of RGB (Red+Green+Blue) = 205+236+191=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECBF is #321340. Grayscale: #DDDDDD. Windows color (decimal): -3281729 or 12577997. OLE color: 12577997.
HSL color Cylindrical-coordinate representation of color #CDECBF: hue angle of 101.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDECBF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 191 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.07 |
| HSL | 101.33º | 0.54% | 0.84% | - |
| HSV(B) | 101.33º | 0.19% | 0.93% | - |
| XYZ | 64.58 | 76.73 | 60.7 | - |
| YUV | 221.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 191 | 0.13 | 0 | 0.19 | 0.07 | 101.33 | 0.54 | 0.84 |
| Hex | CD | EC | BF | D | 0 | 13 | 7 | 65 | 36 | 54 |
| Octal | 315 | 354 | 277 | 15 | 0 | 23 | 7 | 145 | 66 | 124 |
| Binary | 11001101 | 11101100 | 10111111 | 1101 | 0 | 10011 | 111 | 1100101 | 110110 | 1010100 |
Color Harmonies of #CDECBF
Complementary color
Monochromatic Colors of #CDECBF
Black with #CDECBF
Text Example
Text Example
White with #CDECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECBF; }
p { color: rgb(205,236,191); }
H1.HeaderClassName
{
color: #CDECBF;
}
.AnyTagClassName
{
color: #CDECBF;
}
</style>
background-color css
<style>
a { background-color: #CDECBF; }
a { background-color: rgb(205,236,191); }
div.DivClassName
{
background-color: #CDECBF;
}
.BgClassName
{
background-color: #CDECBF;
}
</style>
border-color css
<style>
span { border-color: #CDECBF; }
span { border-color: rgb(205,236,191); }
td.TdClassName
{
border-color: #CDECBF;
}
.TagClassName
{
border-color: #CDECBF;
}
</style>