Shades of Tea Green #CDEAB5
Tints of Tea Green #CDEAB5
RGB
CMYK
RGB Variations
Color information
#CDEAB5 (or 0xCDEAB5) is known color: Tea Green. HEX triplet: CD, EA and B5. RGB value is (205,234,181). Sum of RGB (Red+Green+Blue) = 205+234+181=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAB5 is #32154A. Grayscale: #DBDBDB. Windows color (decimal): -3282251 or 11922125. OLE color: 11922125.
HSL color Cylindrical-coordinate representation of color #CDEAB5: hue angle of 92.83º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDEAB5 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 181 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.08 |
| HSL | 92.83º | 0.56% | 0.81% | - |
| HSV(B) | 92.83º | 0.23% | 0.92% | - |
| XYZ | 62.94 | 75.16 | 54.91 | - |
| YUV | 219.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 181 | 0.12 | 0 | 0.23 | 0.08 | 92.83 | 0.56 | 0.81 |
| Hex | CD | EA | B5 | C | 0 | 17 | 8 | 5D | 38 | 51 |
| Octal | 315 | 352 | 265 | 14 | 0 | 27 | 10 | 135 | 70 | 121 |
| Binary | 11001101 | 11101010 | 10110101 | 1100 | 0 | 10111 | 1000 | 1011101 | 111000 | 1010001 |
Color Harmonies of #CDEAB5
Complementary color
Monochromatic Colors of #CDEAB5
Black with #CDEAB5
Text Example
Text Example
White with #CDEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAB5; }
p { color: rgb(205,234,181); }
H1.HeaderClassName
{
color: #CDEAB5;
}
.AnyTagClassName
{
color: #CDEAB5;
}
</style>
background-color css
<style>
a { background-color: #CDEAB5; }
a { background-color: rgb(205,234,181); }
div.DivClassName
{
background-color: #CDEAB5;
}
.BgClassName
{
background-color: #CDEAB5;
}
</style>
border-color css
<style>
span { border-color: #CDEAB5; }
span { border-color: rgb(205,234,181); }
td.TdClassName
{
border-color: #CDEAB5;
}
.TagClassName
{
border-color: #CDEAB5;
}
</style>