Shades of Sea Nymph #8DB8AD
Tints of Sea Nymph #8DB8AD
RGB
CMYK
RGB Variations
Color information
#8DB8AD (or 0x8DB8AD) is known color: Sea Nymph. HEX triplet: 8D, B8 and AD. RGB value is (141,184,173). Sum of RGB (Red+Green+Blue) = 141+184+173=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB8AD is #724752. Grayscale: #A9A9A9. Windows color (decimal): -7489363 or 11384973. OLE color: 11384973.
HSL color Cylindrical-coordinate representation of color #8DB8AD: hue angle of 164.65º 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 #8DB8AD is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 173 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.28 |
| HSL | 164.65º | 0.23% | 0.64% | - |
| HSV(B) | 164.65º | 0.23% | 0.72% | - |
| XYZ | 35.67 | 42.96 | 45.95 | - |
| YUV | 169.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 173 | 0.23 | 0 | 0.06 | 0.28 | 164.65 | 0.23 | 0.64 |
| Hex | 8D | B8 | AD | 17 | 0 | 6 | 1C | A5 | 17 | 40 |
| Octal | 215 | 270 | 255 | 27 | 0 | 6 | 34 | 245 | 27 | 100 |
| Binary | 10001101 | 10111000 | 10101101 | 10111 | 0 | 110 | 11100 | 10100101 | 10111 | 1000000 |
Color Harmonies of #8DB8AD
Complementary color
Monochromatic Colors of #8DB8AD
Black with #8DB8AD
Text Example
Text Example
White with #8DB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8AD; }
p { color: rgb(141,184,173); }
H1.HeaderClassName
{
color: #8DB8AD;
}
.AnyTagClassName
{
color: #8DB8AD;
}
</style>
background-color css
<style>
a { background-color: #8DB8AD; }
a { background-color: rgb(141,184,173); }
div.DivClassName
{
background-color: #8DB8AD;
}
.BgClassName
{
background-color: #8DB8AD;
}
</style>
border-color css
<style>
span { border-color: #8DB8AD; }
span { border-color: rgb(141,184,173); }
td.TdClassName
{
border-color: #8DB8AD;
}
.TagClassName
{
border-color: #8DB8AD;
}
</style>