Shades of Sea Nymph #8DB9AC
Tints of Sea Nymph #8DB9AC
RGB
CMYK
RGB Variations
Color information
#8DB9AC (or 0x8DB9AC) is known color: Sea Nymph. HEX triplet: 8D, B9 and AC. RGB value is (141,185,172). Sum of RGB (Red+Green+Blue) = 141+185+172=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB9AC is #724653. Grayscale: #AAAAAA. Windows color (decimal): -7489108 or 11319693. OLE color: 11319693.
HSL color Cylindrical-coordinate representation of color #8DB9AC: hue angle of 162.27º 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 #8DB9AC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 172 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.27 |
| HSL | 162.27º | 0.24% | 0.64% | - |
| HSV(B) | 162.27º | 0.24% | 0.73% | - |
| XYZ | 35.78 | 43.34 | 45.51 | - |
| YUV | 170.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 172 | 0.24 | 0 | 0.07 | 0.27 | 162.27 | 0.24 | 0.64 |
| Hex | 8D | B9 | AC | 18 | 0 | 7 | 1B | A2 | 18 | 40 |
| Octal | 215 | 271 | 254 | 30 | 0 | 7 | 33 | 242 | 30 | 100 |
| Binary | 10001101 | 10111001 | 10101100 | 11000 | 0 | 111 | 11011 | 10100010 | 11000 | 1000000 |
Color Harmonies of #8DB9AC
Complementary color
Monochromatic Colors of #8DB9AC
Black with #8DB9AC
Text Example
Text Example
White with #8DB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9AC; }
p { color: rgb(141,185,172); }
H1.HeaderClassName
{
color: #8DB9AC;
}
.AnyTagClassName
{
color: #8DB9AC;
}
</style>
background-color css
<style>
a { background-color: #8DB9AC; }
a { background-color: rgb(141,185,172); }
div.DivClassName
{
background-color: #8DB9AC;
}
.BgClassName
{
background-color: #8DB9AC;
}
</style>
border-color css
<style>
span { border-color: #8DB9AC; }
span { border-color: rgb(141,185,172); }
td.TdClassName
{
border-color: #8DB9AC;
}
.TagClassName
{
border-color: #8DB9AC;
}
</style>