Shades of Tea Green #CDEAB2
Tints of Tea Green #CDEAB2
RGB
CMYK
RGB Variations
Color information
#CDEAB2 (or 0xCDEAB2) is known color: Tea Green. HEX triplet: CD, EA and B2. RGB value is (205,234,178). Sum of RGB (Red+Green+Blue) = 205+234+178=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAB2 is #32154D. Grayscale: #DBDBDB. Windows color (decimal): -3282254 or 11725517. OLE color: 11725517.
HSL color Cylindrical-coordinate representation of color #CDEAB2: hue angle of 91.07º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDEAB2 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 178 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.08 |
| HSL | 91.07º | 0.57% | 0.81% | - |
| HSV(B) | 91.07º | 0.24% | 0.92% | - |
| XYZ | 62.64 | 75.04 | 53.3 | - |
| YUV | 218.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 178 | 0.12 | 0 | 0.24 | 0.08 | 91.07 | 0.57 | 0.81 |
| Hex | CD | EA | B2 | C | 0 | 18 | 8 | 5B | 39 | 51 |
| Octal | 315 | 352 | 262 | 14 | 0 | 30 | 10 | 133 | 71 | 121 |
| Binary | 11001101 | 11101010 | 10110010 | 1100 | 0 | 11000 | 1000 | 1011011 | 111001 | 1010001 |
Color Harmonies of #CDEAB2
Complementary color
Monochromatic Colors of #CDEAB2
Black with #CDEAB2
Text Example
Text Example
White with #CDEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAB2; }
p { color: rgb(205,234,178); }
H1.HeaderClassName
{
color: #CDEAB2;
}
.AnyTagClassName
{
color: #CDEAB2;
}
</style>
background-color css
<style>
a { background-color: #CDEAB2; }
a { background-color: rgb(205,234,178); }
div.DivClassName
{
background-color: #CDEAB2;
}
.BgClassName
{
background-color: #CDEAB2;
}
</style>
border-color css
<style>
span { border-color: #CDEAB2; }
span { border-color: rgb(205,234,178); }
td.TdClassName
{
border-color: #CDEAB2;
}
.TagClassName
{
border-color: #CDEAB2;
}
</style>