Shades of Summer Green #8DB5A0
Tints of Summer Green #8DB5A0
RGB
CMYK
RGB Variations
Color information
#8DB5A0 (or 0x8DB5A0) is known color: Summer Green. HEX triplet: 8D, B5 and A0. RGB value is (141,181,160). Sum of RGB (Red+Green+Blue) = 141+181+160=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB5A0 is #724A5F. Grayscale: #A6A6A6. Windows color (decimal): -7490144 or 10532237. OLE color: 10532237.
HSL color Cylindrical-coordinate representation of color #8DB5A0: hue angle of 148.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB5A0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 160 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.29 |
| HSL | 148.5º | 0.21% | 0.63% | - |
| HSV(B) | 148.5º | 0.22% | 0.71% | - |
| XYZ | 33.85 | 41.25 | 39.44 | - |
| YUV | 166.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 160 | 0.22 | 0 | 0.12 | 0.29 | 148.5 | 0.21 | 0.63 |
| Hex | 8D | B5 | A0 | 16 | 0 | C | 1D | 94 | 15 | 3F |
| Octal | 215 | 265 | 240 | 26 | 0 | 14 | 35 | 224 | 25 | 77 |
| Binary | 10001101 | 10110101 | 10100000 | 10110 | 0 | 1100 | 11101 | 10010100 | 10101 | 111111 |
Color Harmonies of #8DB5A0
Complementary color
Monochromatic Colors of #8DB5A0
Black with #8DB5A0
Text Example
Text Example
White with #8DB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB5A0; }
p { color: rgb(141,181,160); }
H1.HeaderClassName
{
color: #8DB5A0;
}
.AnyTagClassName
{
color: #8DB5A0;
}
</style>
background-color css
<style>
a { background-color: #8DB5A0; }
a { background-color: rgb(141,181,160); }
div.DivClassName
{
background-color: #8DB5A0;
}
.BgClassName
{
background-color: #8DB5A0;
}
</style>
border-color css
<style>
span { border-color: #8DB5A0; }
span { border-color: rgb(141,181,160); }
td.TdClassName
{
border-color: #8DB5A0;
}
.TagClassName
{
border-color: #8DB5A0;
}
</style>