Shades of Sea Nymph #8DB9A8
Tints of Sea Nymph #8DB9A8
RGB
CMYK
RGB Variations
Color information
#8DB9A8 (or 0x8DB9A8) is known color: Sea Nymph. HEX triplet: 8D, B9 and A8. RGB value is (141,185,168). Sum of RGB (Red+Green+Blue) = 141+185+168=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB9A8 is #724657. Grayscale: #A9A9A9. Windows color (decimal): -7489112 or 11057549. OLE color: 11057549.
HSL color Cylindrical-coordinate representation of color #8DB9A8: hue angle of 156.82º 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 #8DB9A8 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 141 | 185 | 168 | - |
CMYK | 0.24 | 0 | 0.09 | 0.27 |
HSL | 156.82º | 0.24% | 0.64% | - |
HSV(B) | 156.82º | 0.24% | 0.73% | - |
XYZ | 35.4 | 43.19 | 43.52 | - |
YUV | 169.91 | 126.92 | 107.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 185 | 168 | 0.24 | 0 | 0.09 | 0.27 | 156.82 | 0.24 | 0.64 |
Hex | 8D | B9 | A8 | 18 | 0 | 9 | 1B | 9D | 18 | 40 |
Octal | 215 | 271 | 250 | 30 | 0 | 11 | 33 | 235 | 30 | 100 |
Binary | 10001101 | 10111001 | 10101000 | 11000 | 0 | 1001 | 11011 | 10011101 | 11000 | 1000000 |
Color Harmonies of #8DB9A8
Complementary color
Monochromatic Colors of #8DB9A8
Black with #8DB9A8
Text Example
Text Example
White with #8DB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9A8; }
p { color: rgb(141,185,168); }
H1.HeaderClassName
{
color: #8DB9A8;
}
.AnyTagClassName
{
color: #8DB9A8;
}
</style>
background-color css
<style>
a { background-color: #8DB9A8; }
a { background-color: rgb(141,185,168); }
div.DivClassName
{
background-color: #8DB9A8;
}
.BgClassName
{
background-color: #8DB9A8;
}
</style>
border-color css
<style>
span { border-color: #8DB9A8; }
span { border-color: rgb(141,185,168); }
td.TdClassName
{
border-color: #8DB9A8;
}
.TagClassName
{
border-color: #8DB9A8;
}
</style>