Shades of Tea Green #CDEDB2
Tints of Tea Green #CDEDB2
RGB
CMYK
RGB Variations
Color information
#CDEDB2 (or 0xCDEDB2) is known color: Tea Green. HEX triplet: CD, ED and B2. RGB value is (205,237,178). Sum of RGB (Red+Green+Blue) = 205+237+178=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDB2 is #32124D. Grayscale: #DCDCDC. Windows color (decimal): -3281486 or 11726285. OLE color: 11726285.
HSL color Cylindrical-coordinate representation of color #CDEDB2: hue angle of 92.54º degrees, saturation: 0.62, 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 #CDEDB2 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 178 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.07 |
| HSL | 92.54º | 0.62% | 0.81% | - |
| HSV(B) | 92.54º | 0.25% | 0.93% | - |
| XYZ | 63.5 | 76.76 | 53.59 | - |
| YUV | 220.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 178 | 0.14 | 0 | 0.25 | 0.07 | 92.54 | 0.62 | 0.81 |
| Hex | CD | ED | B2 | E | 0 | 19 | 7 | 5D | 3E | 51 |
| Octal | 315 | 355 | 262 | 16 | 0 | 31 | 7 | 135 | 76 | 121 |
| Binary | 11001101 | 11101101 | 10110010 | 1110 | 0 | 11001 | 111 | 1011101 | 111110 | 1010001 |
Color Harmonies of #CDEDB2
Complementary color
Monochromatic Colors of #CDEDB2
Black with #CDEDB2
Text Example
Text Example
White with #CDEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDB2; }
p { color: rgb(205,237,178); }
H1.HeaderClassName
{
color: #CDEDB2;
}
.AnyTagClassName
{
color: #CDEDB2;
}
</style>
background-color css
<style>
a { background-color: #CDEDB2; }
a { background-color: rgb(205,237,178); }
div.DivClassName
{
background-color: #CDEDB2;
}
.BgClassName
{
background-color: #CDEDB2;
}
</style>
border-color css
<style>
span { border-color: #CDEDB2; }
span { border-color: rgb(205,237,178); }
td.TdClassName
{
border-color: #CDEDB2;
}
.TagClassName
{
border-color: #CDEDB2;
}
</style>