Shades of Sea Nymph #8DB8AB
Tints of Sea Nymph #8DB8AB
RGB
CMYK
RGB Variations
Color information
#8DB8AB (or 0x8DB8AB) is known color: Sea Nymph. HEX triplet: 8D, B8 and AB. RGB value is (141,184,171). Sum of RGB (Red+Green+Blue) = 141+184+171=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB8AB is #724754. Grayscale: #A9A9A9. Windows color (decimal): -7489365 or 11253901. OLE color: 11253901.
HSL color Cylindrical-coordinate representation of color #8DB8AB: hue angle of 161.86º 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 #8DB8AB is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 171 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.28 |
| HSL | 161.86º | 0.23% | 0.64% | - |
| HSV(B) | 161.86º | 0.23% | 0.72% | - |
| XYZ | 35.48 | 42.88 | 44.94 | - |
| YUV | 169.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 171 | 0.23 | 0 | 0.07 | 0.28 | 161.86 | 0.23 | 0.64 |
| Hex | 8D | B8 | AB | 17 | 0 | 7 | 1C | A2 | 17 | 40 |
| Octal | 215 | 270 | 253 | 27 | 0 | 7 | 34 | 242 | 27 | 100 |
| Binary | 10001101 | 10111000 | 10101011 | 10111 | 0 | 111 | 11100 | 10100010 | 10111 | 1000000 |
Color Harmonies of #8DB8AB
Complementary color
Monochromatic Colors of #8DB8AB
Black with #8DB8AB
Text Example
Text Example
White with #8DB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8AB; }
p { color: rgb(141,184,171); }
H1.HeaderClassName
{
color: #8DB8AB;
}
.AnyTagClassName
{
color: #8DB8AB;
}
</style>
background-color css
<style>
a { background-color: #8DB8AB; }
a { background-color: rgb(141,184,171); }
div.DivClassName
{
background-color: #8DB8AB;
}
.BgClassName
{
background-color: #8DB8AB;
}
</style>
border-color css
<style>
span { border-color: #8DB8AB; }
span { border-color: rgb(141,184,171); }
td.TdClassName
{
border-color: #8DB8AB;
}
.TagClassName
{
border-color: #8DB8AB;
}
</style>