Shades of Sea Nymph #8DB7AF
Tints of Sea Nymph #8DB7AF
RGB
CMYK
RGB Variations
Color information
#8DB7AF (or 0x8DB7AF) is known color: Sea Nymph. HEX triplet: 8D, B7 and AF. RGB value is (141,183,175). Sum of RGB (Red+Green+Blue) = 141+183+175=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB7AF is #724850. Grayscale: #A9A9A9. Windows color (decimal): -7489617 or 11515789. OLE color: 11515789.
HSL color Cylindrical-coordinate representation of color #8DB7AF: hue angle of 168.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 #8DB7AF is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 175 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.28 |
| HSL | 168.57º | 0.23% | 0.64% | - |
| HSV(B) | 168.57º | 0.23% | 0.72% | - |
| XYZ | 35.66 | 42.62 | 46.91 | - |
| YUV | 169.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 175 | 0.23 | 0 | 0.04 | 0.28 | 168.57 | 0.23 | 0.64 |
| Hex | 8D | B7 | AF | 17 | 0 | 4 | 1C | A9 | 17 | 40 |
| Octal | 215 | 267 | 257 | 27 | 0 | 4 | 34 | 251 | 27 | 100 |
| Binary | 10001101 | 10110111 | 10101111 | 10111 | 0 | 100 | 11100 | 10101001 | 10111 | 1000000 |
Color Harmonies of #8DB7AF
Complementary color
Monochromatic Colors of #8DB7AF
Black with #8DB7AF
Text Example
Text Example
White with #8DB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7AF; }
p { color: rgb(141,183,175); }
H1.HeaderClassName
{
color: #8DB7AF;
}
.AnyTagClassName
{
color: #8DB7AF;
}
</style>
background-color css
<style>
a { background-color: #8DB7AF; }
a { background-color: rgb(141,183,175); }
div.DivClassName
{
background-color: #8DB7AF;
}
.BgClassName
{
background-color: #8DB7AF;
}
</style>
border-color css
<style>
span { border-color: #8DB7AF; }
span { border-color: rgb(141,183,175); }
td.TdClassName
{
border-color: #8DB7AF;
}
.TagClassName
{
border-color: #8DB7AF;
}
</style>