Shades of Summer Green #8DAE9B
Tints of Summer Green #8DAE9B
RGB
CMYK
RGB Variations
Color information
#8DAE9B (or 0x8DAE9B) is known color: Summer Green. HEX triplet: 8D, AE and 9B. RGB value is (141,174,155). Sum of RGB (Red+Green+Blue) = 141+174+155=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAE9B is #725164. Grayscale: #A2A2A2. Windows color (decimal): -7491941 or 10202765. OLE color: 10202765.
HSL color Cylindrical-coordinate representation of color #8DAE9B: hue angle of 145.45º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAE9B is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 155 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.32 |
| HSL | 145.45º | 0.17% | 0.62% | - |
| HSV(B) | 145.45º | 0.19% | 0.68% | - |
| XYZ | 32.04 | 38.3 | 36.71 | - |
| YUV | 161.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 155 | 0.19 | 0 | 0.11 | 0.32 | 145.45 | 0.17 | 0.62 |
| Hex | 8D | AE | 9B | 13 | 0 | B | 20 | 91 | 11 | 3E |
| Octal | 215 | 256 | 233 | 23 | 0 | 13 | 40 | 221 | 21 | 76 |
| Binary | 10001101 | 10101110 | 10011011 | 10011 | 0 | 1011 | 100000 | 10010001 | 10001 | 111110 |
Color Harmonies of #8DAE9B
Complementary color
Monochromatic Colors of #8DAE9B
Black with #8DAE9B
Text Example
Text Example
White with #8DAE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE9B; }
p { color: rgb(141,174,155); }
H1.HeaderClassName
{
color: #8DAE9B;
}
.AnyTagClassName
{
color: #8DAE9B;
}
</style>
background-color css
<style>
a { background-color: #8DAE9B; }
a { background-color: rgb(141,174,155); }
div.DivClassName
{
background-color: #8DAE9B;
}
.BgClassName
{
background-color: #8DAE9B;
}
</style>
border-color css
<style>
span { border-color: #8DAE9B; }
span { border-color: rgb(141,174,155); }
td.TdClassName
{
border-color: #8DAE9B;
}
.TagClassName
{
border-color: #8DAE9B;
}
</style>