Shades of Sea Nymph #8DB7A8
Tints of Sea Nymph #8DB7A8
RGB
CMYK
RGB Variations
Color information
#8DB7A8 (or 0x8DB7A8) is known color: Sea Nymph. HEX triplet: 8D, B7 and A8. RGB value is (141,183,168). Sum of RGB (Red+Green+Blue) = 141+183+168=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB7A8 is #724857. Grayscale: #A8A8A8. Windows color (decimal): -7489624 or 11057037. OLE color: 11057037.
HSL color Cylindrical-coordinate representation of color #8DB7A8: hue angle of 158.57º 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 #8DB7A8 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 168 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.28 |
| HSL | 158.57º | 0.23% | 0.64% | - |
| HSV(B) | 158.57º | 0.23% | 0.72% | - |
| XYZ | 34.99 | 42.36 | 43.38 | - |
| YUV | 168.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 168 | 0.23 | 0 | 0.08 | 0.28 | 158.57 | 0.23 | 0.64 |
| Hex | 8D | B7 | A8 | 17 | 0 | 8 | 1C | 9F | 17 | 40 |
| Octal | 215 | 267 | 250 | 27 | 0 | 10 | 34 | 237 | 27 | 100 |
| Binary | 10001101 | 10110111 | 10101000 | 10111 | 0 | 1000 | 11100 | 10011111 | 10111 | 1000000 |
Color Harmonies of #8DB7A8
Complementary color
Monochromatic Colors of #8DB7A8
Black with #8DB7A8
Text Example
Text Example
White with #8DB7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7A8; }
p { color: rgb(141,183,168); }
H1.HeaderClassName
{
color: #8DB7A8;
}
.AnyTagClassName
{
color: #8DB7A8;
}
</style>
background-color css
<style>
a { background-color: #8DB7A8; }
a { background-color: rgb(141,183,168); }
div.DivClassName
{
background-color: #8DB7A8;
}
.BgClassName
{
background-color: #8DB7A8;
}
</style>
border-color css
<style>
span { border-color: #8DB7A8; }
span { border-color: rgb(141,183,168); }
td.TdClassName
{
border-color: #8DB7A8;
}
.TagClassName
{
border-color: #8DB7A8;
}
</style>