Shades of Summer Green #8DAD9A
Tints of Summer Green #8DAD9A
RGB
CMYK
RGB Variations
Color information
#8DAD9A (or 0x8DAD9A) is known color: Summer Green. HEX triplet: 8D, AD and 9A. RGB value is (141,173,154). Sum of RGB (Red+Green+Blue) = 141+173+154=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAD9A is #725265. Grayscale: #A1A1A1. Windows color (decimal): -7492198 or 10136973. OLE color: 10136973.
HSL color Cylindrical-coordinate representation of color #8DAD9A: hue angle of 144.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DAD9A is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 154 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.32 |
| HSL | 144.38º | 0.16% | 0.62% | - |
| HSV(B) | 144.38º | 0.18% | 0.68% | - |
| XYZ | 31.76 | 37.88 | 36.21 | - |
| YUV | 161.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 154 | 0.18 | 0 | 0.11 | 0.32 | 144.38 | 0.16 | 0.62 |
| Hex | 8D | AD | 9A | 12 | 0 | B | 20 | 90 | 10 | 3E |
| Octal | 215 | 255 | 232 | 22 | 0 | 13 | 40 | 220 | 20 | 76 |
| Binary | 10001101 | 10101101 | 10011010 | 10010 | 0 | 1011 | 100000 | 10010000 | 10000 | 111110 |
Color Harmonies of #8DAD9A
Complementary color
Monochromatic Colors of #8DAD9A
Black with #8DAD9A
Text Example
Text Example
White with #8DAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAD9A; }
p { color: rgb(141,173,154); }
H1.HeaderClassName
{
color: #8DAD9A;
}
.AnyTagClassName
{
color: #8DAD9A;
}
</style>
background-color css
<style>
a { background-color: #8DAD9A; }
a { background-color: rgb(141,173,154); }
div.DivClassName
{
background-color: #8DAD9A;
}
.BgClassName
{
background-color: #8DAD9A;
}
</style>
border-color css
<style>
span { border-color: #8DAD9A; }
span { border-color: rgb(141,173,154); }
td.TdClassName
{
border-color: #8DAD9A;
}
.TagClassName
{
border-color: #8DAD9A;
}
</style>