Shades of Sea Nymph #8DB8AA
Tints of Sea Nymph #8DB8AA
RGB
CMYK
RGB Variations
Color information
#8DB8AA (or 0x8DB8AA) is known color: Sea Nymph. HEX triplet: 8D, B8 and AA. RGB value is (141,184,170). Sum of RGB (Red+Green+Blue) = 141+184+170=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB8AA is #724755. Grayscale: #A9A9A9. Windows color (decimal): -7489366 or 11188365. OLE color: 11188365.
HSL color Cylindrical-coordinate representation of color #8DB8AA: hue angle of 160.47º 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 #8DB8AA is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 170 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.28 |
| HSL | 160.47º | 0.23% | 0.64% | - |
| HSV(B) | 160.47º | 0.23% | 0.72% | - |
| XYZ | 35.38 | 42.85 | 44.44 | - |
| YUV | 169.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 170 | 0.23 | 0 | 0.08 | 0.28 | 160.47 | 0.23 | 0.64 |
| Hex | 8D | B8 | AA | 17 | 0 | 8 | 1C | A0 | 17 | 40 |
| Octal | 215 | 270 | 252 | 27 | 0 | 10 | 34 | 240 | 27 | 100 |
| Binary | 10001101 | 10111000 | 10101010 | 10111 | 0 | 1000 | 11100 | 10100000 | 10111 | 1000000 |
Color Harmonies of #8DB8AA
Complementary color
Monochromatic Colors of #8DB8AA
Black with #8DB8AA
Text Example
Text Example
White with #8DB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8AA; }
p { color: rgb(141,184,170); }
H1.HeaderClassName
{
color: #8DB8AA;
}
.AnyTagClassName
{
color: #8DB8AA;
}
</style>
background-color css
<style>
a { background-color: #8DB8AA; }
a { background-color: rgb(141,184,170); }
div.DivClassName
{
background-color: #8DB8AA;
}
.BgClassName
{
background-color: #8DB8AA;
}
</style>
border-color css
<style>
span { border-color: #8DB8AA; }
span { border-color: rgb(141,184,170); }
td.TdClassName
{
border-color: #8DB8AA;
}
.TagClassName
{
border-color: #8DB8AA;
}
</style>