Shades of Summer Green #8DBD9F
Tints of Summer Green #8DBD9F
RGB
CMYK
RGB Variations
Color information
#8DBD9F (or 0x8DBD9F) is known color: Summer Green. HEX triplet: 8D, BD and 9F. RGB value is (141,189,159). Sum of RGB (Red+Green+Blue) = 141+189+159=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBD9F is #724260. Grayscale: #ABABAB. Windows color (decimal): -7488097 or 10468749. OLE color: 10468749.
HSL color Cylindrical-coordinate representation of color #8DBD9F: hue angle of 142.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBD9F is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
RGB | 141 | 189 | 159 | - |
CMYK | 0.25 | 0 | 0.16 | 0.26 |
HSL | 142.5º | 0.27% | 0.65% | - |
HSV(B) | 142.5º | 0.25% | 0.74% | - |
XYZ | 35.44 | 44.56 | 39.53 | - |
YUV | 171.23 | 121.1 | 106.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 189 | 159 | 0.25 | 0 | 0.16 | 0.26 | 142.5 | 0.27 | 0.65 |
Hex | 8D | BD | 9F | 19 | 0 | 10 | 1A | 8E | 1B | 41 |
Octal | 215 | 275 | 237 | 31 | 0 | 20 | 32 | 216 | 33 | 101 |
Binary | 10001101 | 10111101 | 10011111 | 11001 | 0 | 10000 | 11010 | 10001110 | 11011 | 1000001 |
Color Harmonies of #8DBD9F
Complementary color
Monochromatic Colors of #8DBD9F
Black with #8DBD9F
Text Example
Text Example
White with #8DBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD9F; }
p { color: rgb(141,189,159); }
H1.HeaderClassName
{
color: #8DBD9F;
}
.AnyTagClassName
{
color: #8DBD9F;
}
</style>
background-color css
<style>
a { background-color: #8DBD9F; }
a { background-color: rgb(141,189,159); }
div.DivClassName
{
background-color: #8DBD9F;
}
.BgClassName
{
background-color: #8DBD9F;
}
</style>
border-color css
<style>
span { border-color: #8DBD9F; }
span { border-color: rgb(141,189,159); }
td.TdClassName
{
border-color: #8DBD9F;
}
.TagClassName
{
border-color: #8DBD9F;
}
</style>