Shades of Tea Green #CDEEBD
Tints of Tea Green #CDEEBD
RGB
CMYK
RGB Variations
Color information
#CDEEBD (or 0xCDEEBD) is known color: Tea Green. HEX triplet: CD, EE and BD. RGB value is (205,238,189). Sum of RGB (Red+Green+Blue) = 205+238+189=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEBD is #321142. Grayscale: #DEDEDE. Windows color (decimal): -3281219 or 12447437. OLE color: 12447437.
HSL color Cylindrical-coordinate representation of color #CDEEBD: hue angle of 100.41º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDEEBD is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 189 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.07 |
| HSL | 100.41º | 0.59% | 0.84% | - |
| HSV(B) | 100.41º | 0.21% | 0.93% | - |
| XYZ | 64.94 | 77.8 | 59.74 | - |
| YUV | 222.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 189 | 0.14 | 0 | 0.21 | 0.07 | 100.41 | 0.59 | 0.84 |
| Hex | CD | EE | BD | E | 0 | 15 | 7 | 64 | 3B | 54 |
| Octal | 315 | 356 | 275 | 16 | 0 | 25 | 7 | 144 | 73 | 124 |
| Binary | 11001101 | 11101110 | 10111101 | 1110 | 0 | 10101 | 111 | 1100100 | 111011 | 1010100 |
Color Harmonies of #CDEEBD
Complementary color
Monochromatic Colors of #CDEEBD
Black with #CDEEBD
Text Example
Text Example
White with #CDEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEBD; }
p { color: rgb(205,238,189); }
H1.HeaderClassName
{
color: #CDEEBD;
}
.AnyTagClassName
{
color: #CDEEBD;
}
</style>
background-color css
<style>
a { background-color: #CDEEBD; }
a { background-color: rgb(205,238,189); }
div.DivClassName
{
background-color: #CDEEBD;
}
.BgClassName
{
background-color: #CDEEBD;
}
</style>
border-color css
<style>
span { border-color: #CDEEBD; }
span { border-color: rgb(205,238,189); }
td.TdClassName
{
border-color: #CDEEBD;
}
.TagClassName
{
border-color: #CDEEBD;
}
</style>