Shades of Sea Nymph #8DB9AF
Tints of Sea Nymph #8DB9AF
RGB
CMYK
RGB Variations
Color information
#8DB9AF (or 0x8DB9AF) is known color: Sea Nymph. HEX triplet: 8D, B9 and AF. RGB value is (141,185,175). Sum of RGB (Red+Green+Blue) = 141+185+175=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB9AF is #724650. Grayscale: #AAAAAA. Windows color (decimal): -7489105 or 11516301. OLE color: 11516301.
HSL color Cylindrical-coordinate representation of color #8DB9AF: hue angle of 166.36º 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 #8DB9AF is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 175 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.27 |
| HSL | 166.36º | 0.24% | 0.64% | - |
| HSV(B) | 166.36º | 0.24% | 0.73% | - |
| XYZ | 36.07 | 43.46 | 47.04 | - |
| YUV | 170.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 175 | 0.24 | 0 | 0.05 | 0.27 | 166.36 | 0.24 | 0.64 |
| Hex | 8D | B9 | AF | 18 | 0 | 5 | 1B | A6 | 18 | 40 |
| Octal | 215 | 271 | 257 | 30 | 0 | 5 | 33 | 246 | 30 | 100 |
| Binary | 10001101 | 10111001 | 10101111 | 11000 | 0 | 101 | 11011 | 10100110 | 11000 | 1000000 |
Color Harmonies of #8DB9AF
Complementary color
Monochromatic Colors of #8DB9AF
Black with #8DB9AF
Text Example
Text Example
White with #8DB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9AF; }
p { color: rgb(141,185,175); }
H1.HeaderClassName
{
color: #8DB9AF;
}
.AnyTagClassName
{
color: #8DB9AF;
}
</style>
background-color css
<style>
a { background-color: #8DB9AF; }
a { background-color: rgb(141,185,175); }
div.DivClassName
{
background-color: #8DB9AF;
}
.BgClassName
{
background-color: #8DB9AF;
}
</style>
border-color css
<style>
span { border-color: #8DB9AF; }
span { border-color: rgb(141,185,175); }
td.TdClassName
{
border-color: #8DB9AF;
}
.TagClassName
{
border-color: #8DB9AF;
}
</style>