Shades of Tea Green #CDECB2
Tints of Tea Green #CDECB2
RGB
CMYK
RGB Variations
Color information
#CDECB2 (or 0xCDECB2) is known color: Tea Green. HEX triplet: CD, EC and B2. RGB value is (205,236,178). Sum of RGB (Red+Green+Blue) = 205+236+178=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECB2 is #32134D. Grayscale: #DCDCDC. Windows color (decimal): -3281742 or 11726029. OLE color: 11726029.
HSL color Cylindrical-coordinate representation of color #CDECB2: hue angle of 92.07º degrees, saturation: 0.6, 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 #CDECB2 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 178 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.07 |
| HSL | 92.07º | 0.6% | 0.81% | - |
| HSV(B) | 92.07º | 0.25% | 0.93% | - |
| XYZ | 63.21 | 76.18 | 53.49 | - |
| YUV | 220.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 178 | 0.13 | 0 | 0.25 | 0.07 | 92.07 | 0.6 | 0.81 |
| Hex | CD | EC | B2 | D | 0 | 19 | 7 | 5C | 3C | 51 |
| Octal | 315 | 354 | 262 | 15 | 0 | 31 | 7 | 134 | 74 | 121 |
| Binary | 11001101 | 11101100 | 10110010 | 1101 | 0 | 11001 | 111 | 1011100 | 111100 | 1010001 |
Color Harmonies of #CDECB2
Complementary color
Monochromatic Colors of #CDECB2
Black with #CDECB2
Text Example
Text Example
White with #CDECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECB2; }
p { color: rgb(205,236,178); }
H1.HeaderClassName
{
color: #CDECB2;
}
.AnyTagClassName
{
color: #CDECB2;
}
</style>
background-color css
<style>
a { background-color: #CDECB2; }
a { background-color: rgb(205,236,178); }
div.DivClassName
{
background-color: #CDECB2;
}
.BgClassName
{
background-color: #CDECB2;
}
</style>
border-color css
<style>
span { border-color: #CDECB2; }
span { border-color: rgb(205,236,178); }
td.TdClassName
{
border-color: #CDECB2;
}
.TagClassName
{
border-color: #CDECB2;
}
</style>