Shades of Sea Nymph #8DB9A7
Tints of Sea Nymph #8DB9A7
RGB
CMYK
RGB Variations
Color information
#8DB9A7 (or 0x8DB9A7) is known color: Sea Nymph. HEX triplet: 8D, B9 and A7. RGB value is (141,185,167). Sum of RGB (Red+Green+Blue) = 141+185+167=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB9A7 is #724658. Grayscale: #A9A9A9. Windows color (decimal): -7489113 or 10992013. OLE color: 10992013.
HSL color Cylindrical-coordinate representation of color #8DB9A7: hue angle of 155.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DB9A7 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 167 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.27 |
| HSL | 155.45º | 0.24% | 0.64% | - |
| HSV(B) | 155.45º | 0.24% | 0.73% | - |
| XYZ | 35.31 | 43.15 | 43.03 | - |
| YUV | 169.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 167 | 0.24 | 0 | 0.10 | 0.27 | 155.45 | 0.24 | 0.64 |
| Hex | 8D | B9 | A7 | 18 | 0 | A | 1B | 9B | 18 | 40 |
| Octal | 215 | 271 | 247 | 30 | 0 | 12 | 33 | 233 | 30 | 100 |
| Binary | 10001101 | 10111001 | 10100111 | 11000 | 0 | 1010 | 11011 | 10011011 | 11000 | 1000000 |
Color Harmonies of #8DB9A7
Complementary color
Monochromatic Colors of #8DB9A7
Black with #8DB9A7
Text Example
Text Example
White with #8DB9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9A7; }
p { color: rgb(141,185,167); }
H1.HeaderClassName
{
color: #8DB9A7;
}
.AnyTagClassName
{
color: #8DB9A7;
}
</style>
background-color css
<style>
a { background-color: #8DB9A7; }
a { background-color: rgb(141,185,167); }
div.DivClassName
{
background-color: #8DB9A7;
}
.BgClassName
{
background-color: #8DB9A7;
}
</style>
border-color css
<style>
span { border-color: #8DB9A7; }
span { border-color: rgb(141,185,167); }
td.TdClassName
{
border-color: #8DB9A7;
}
.TagClassName
{
border-color: #8DB9A7;
}
</style>