Shades of Tea Green #CDEDB7
Tints of Tea Green #CDEDB7
RGB
CMYK
RGB Variations
Color information
#CDEDB7 (or 0xCDEDB7) is known color: Tea Green. HEX triplet: CD, ED and B7. RGB value is (205,237,183). Sum of RGB (Red+Green+Blue) = 205+237+183=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDB7 is #321248. Grayscale: #DDDDDD. Windows color (decimal): -3281481 or 12053965. OLE color: 12053965.
HSL color Cylindrical-coordinate representation of color #CDEDB7: hue angle of 95.56º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDEDB7 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 183 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.07 |
| HSL | 95.56º | 0.6% | 0.82% | - |
| HSV(B) | 95.56º | 0.23% | 0.93% | - |
| XYZ | 64.01 | 76.97 | 56.28 | - |
| YUV | 221.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 183 | 0.14 | 0 | 0.23 | 0.07 | 95.56 | 0.6 | 0.82 |
| Hex | CD | ED | B7 | E | 0 | 17 | 7 | 60 | 3C | 52 |
| Octal | 315 | 355 | 267 | 16 | 0 | 27 | 7 | 140 | 74 | 122 |
| Binary | 11001101 | 11101101 | 10110111 | 1110 | 0 | 10111 | 111 | 1100000 | 111100 | 1010010 |
Color Harmonies of #CDEDB7
Complementary color
Monochromatic Colors of #CDEDB7
Black with #CDEDB7
Text Example
Text Example
White with #CDEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDB7; }
p { color: rgb(205,237,183); }
H1.HeaderClassName
{
color: #CDEDB7;
}
.AnyTagClassName
{
color: #CDEDB7;
}
</style>
background-color css
<style>
a { background-color: #CDEDB7; }
a { background-color: rgb(205,237,183); }
div.DivClassName
{
background-color: #CDEDB7;
}
.BgClassName
{
background-color: #CDEDB7;
}
</style>
border-color css
<style>
span { border-color: #CDEDB7; }
span { border-color: rgb(205,237,183); }
td.TdClassName
{
border-color: #CDEDB7;
}
.TagClassName
{
border-color: #CDEDB7;
}
</style>