Shades of Sea Nymph #8DB7A5
Tints of Sea Nymph #8DB7A5
RGB
CMYK
RGB Variations
Color information
#8DB7A5 (or 0x8DB7A5) is known color: Sea Nymph. HEX triplet: 8D, B7 and A5. RGB value is (141,183,165). Sum of RGB (Red+Green+Blue) = 141+183+165=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB7A5 is #72485A. Grayscale: #A8A8A8. Windows color (decimal): -7489627 or 10860429. OLE color: 10860429.
HSL color Cylindrical-coordinate representation of color #8DB7A5: hue angle of 154.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB7A5 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 165 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.28 |
| HSL | 154.29º | 0.23% | 0.64% | - |
| HSV(B) | 154.29º | 0.23% | 0.72% | - |
| XYZ | 34.71 | 42.25 | 41.92 | - |
| YUV | 168.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 165 | 0.23 | 0 | 0.10 | 0.28 | 154.29 | 0.23 | 0.64 |
| Hex | 8D | B7 | A5 | 17 | 0 | A | 1C | 9A | 17 | 40 |
| Octal | 215 | 267 | 245 | 27 | 0 | 12 | 34 | 232 | 27 | 100 |
| Binary | 10001101 | 10110111 | 10100101 | 10111 | 0 | 1010 | 11100 | 10011010 | 10111 | 1000000 |
Color Harmonies of #8DB7A5
Complementary color
Monochromatic Colors of #8DB7A5
Black with #8DB7A5
Text Example
Text Example
White with #8DB7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7A5; }
p { color: rgb(141,183,165); }
H1.HeaderClassName
{
color: #8DB7A5;
}
.AnyTagClassName
{
color: #8DB7A5;
}
</style>
background-color css
<style>
a { background-color: #8DB7A5; }
a { background-color: rgb(141,183,165); }
div.DivClassName
{
background-color: #8DB7A5;
}
.BgClassName
{
background-color: #8DB7A5;
}
</style>
border-color css
<style>
span { border-color: #8DB7A5; }
span { border-color: rgb(141,183,165); }
td.TdClassName
{
border-color: #8DB7A5;
}
.TagClassName
{
border-color: #8DB7A5;
}
</style>