Shades of Tea Green #CDEABC
Tints of Tea Green #CDEABC
RGB
CMYK
RGB Variations
Color information
#CDEABC (or 0xCDEABC) is known color: Tea Green. HEX triplet: CD, EA and BC. RGB value is (205,234,188). Sum of RGB (Red+Green+Blue) = 205+234+188=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEABC is #321543. Grayscale: #DCDCDC. Windows color (decimal): -3282244 or 12380877. OLE color: 12380877.
HSL color Cylindrical-coordinate representation of color #CDEABC: hue angle of 97.83º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDEABC is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 188 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.08 |
| HSL | 97.83º | 0.52% | 0.83% | - |
| HSV(B) | 97.83º | 0.2% | 0.92% | - |
| XYZ | 63.68 | 75.46 | 58.79 | - |
| YUV | 220.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 188 | 0.12 | 0 | 0.20 | 0.08 | 97.83 | 0.52 | 0.83 |
| Hex | CD | EA | BC | C | 0 | 14 | 8 | 62 | 34 | 53 |
| Octal | 315 | 352 | 274 | 14 | 0 | 24 | 10 | 142 | 64 | 123 |
| Binary | 11001101 | 11101010 | 10111100 | 1100 | 0 | 10100 | 1000 | 1100010 | 110100 | 1010011 |
Color Harmonies of #CDEABC
Complementary color
Monochromatic Colors of #CDEABC
Black with #CDEABC
Text Example
Text Example
White with #CDEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEABC; }
p { color: rgb(205,234,188); }
H1.HeaderClassName
{
color: #CDEABC;
}
.AnyTagClassName
{
color: #CDEABC;
}
</style>
background-color css
<style>
a { background-color: #CDEABC; }
a { background-color: rgb(205,234,188); }
div.DivClassName
{
background-color: #CDEABC;
}
.BgClassName
{
background-color: #CDEABC;
}
</style>
border-color css
<style>
span { border-color: #CDEABC; }
span { border-color: rgb(205,234,188); }
td.TdClassName
{
border-color: #CDEABC;
}
.TagClassName
{
border-color: #CDEABC;
}
</style>