Shades of Tea Green #CDEEB0
Tints of Tea Green #CDEEB0
RGB
CMYK
RGB Variations
Color information
#CDEEB0 (or 0xCDEEB0) is known color: Tea Green. HEX triplet: CD, EE and B0. RGB value is (205,238,176). Sum of RGB (Red+Green+Blue) = 205+238+176=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEB0 is #32114F. Grayscale: #DDDDDD. Windows color (decimal): -3281232 or 11595469. OLE color: 11595469.
HSL color Cylindrical-coordinate representation of color #CDEEB0: hue angle of 91.94º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDEEB0 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 176 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.07 |
| HSL | 91.94º | 0.65% | 0.81% | - |
| HSV(B) | 91.94º | 0.26% | 0.93% | - |
| XYZ | 63.59 | 77.26 | 52.64 | - |
| YUV | 221.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 176 | 0.14 | 0 | 0.26 | 0.07 | 91.94 | 0.65 | 0.81 |
| Hex | CD | EE | B0 | E | 0 | 1A | 7 | 5C | 41 | 51 |
| Octal | 315 | 356 | 260 | 16 | 0 | 32 | 7 | 134 | 101 | 121 |
| Binary | 11001101 | 11101110 | 10110000 | 1110 | 0 | 11010 | 111 | 1011100 | 1000001 | 1010001 |
Color Harmonies of #CDEEB0
Complementary color
Monochromatic Colors of #CDEEB0
Black with #CDEEB0
Text Example
Text Example
White with #CDEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEB0; }
p { color: rgb(205,238,176); }
H1.HeaderClassName
{
color: #CDEEB0;
}
.AnyTagClassName
{
color: #CDEEB0;
}
</style>
background-color css
<style>
a { background-color: #CDEEB0; }
a { background-color: rgb(205,238,176); }
div.DivClassName
{
background-color: #CDEEB0;
}
.BgClassName
{
background-color: #CDEEB0;
}
</style>
border-color css
<style>
span { border-color: #CDEEB0; }
span { border-color: rgb(205,238,176); }
td.TdClassName
{
border-color: #CDEEB0;
}
.TagClassName
{
border-color: #CDEEB0;
}
</style>