Shades of Sea Nymph #8DB8A6
Tints of Sea Nymph #8DB8A6
RGB
CMYK
RGB Variations
Color information
#8DB8A6 (or 0x8DB8A6) is known color: Sea Nymph. HEX triplet: 8D, B8 and A6. RGB value is (141,184,166). Sum of RGB (Red+Green+Blue) = 141+184+166=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB8A6 is #724759. Grayscale: #A9A9A9. Windows color (decimal): -7489370 or 10926221. OLE color: 10926221.
HSL color Cylindrical-coordinate representation of color #8DB8A6: hue angle of 154.88º 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 #8DB8A6 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 166 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.28 |
| HSL | 154.88º | 0.23% | 0.64% | - |
| HSV(B) | 154.88º | 0.23% | 0.72% | - |
| XYZ | 35.01 | 42.7 | 42.47 | - |
| YUV | 169.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 166 | 0.23 | 0 | 0.10 | 0.28 | 154.88 | 0.23 | 0.64 |
| Hex | 8D | B8 | A6 | 17 | 0 | A | 1C | 9B | 17 | 40 |
| Octal | 215 | 270 | 246 | 27 | 0 | 12 | 34 | 233 | 27 | 100 |
| Binary | 10001101 | 10111000 | 10100110 | 10111 | 0 | 1010 | 11100 | 10011011 | 10111 | 1000000 |
Color Harmonies of #8DB8A6
Complementary color
Monochromatic Colors of #8DB8A6
Black with #8DB8A6
Text Example
Text Example
White with #8DB8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8A6; }
p { color: rgb(141,184,166); }
H1.HeaderClassName
{
color: #8DB8A6;
}
.AnyTagClassName
{
color: #8DB8A6;
}
</style>
background-color css
<style>
a { background-color: #8DB8A6; }
a { background-color: rgb(141,184,166); }
div.DivClassName
{
background-color: #8DB8A6;
}
.BgClassName
{
background-color: #8DB8A6;
}
</style>
border-color css
<style>
span { border-color: #8DB8A6; }
span { border-color: rgb(141,184,166); }
td.TdClassName
{
border-color: #8DB8A6;
}
.TagClassName
{
border-color: #8DB8A6;
}
</style>