Shades of Sea Nymph #8DB7AA
Tints of Sea Nymph #8DB7AA
RGB
CMYK
RGB Variations
Color information
#8DB7AA (or 0x8DB7AA) is known color: Sea Nymph. HEX triplet: 8D, B7 and AA. RGB value is (141,183,170). Sum of RGB (Red+Green+Blue) = 141+183+170=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB7AA is #724855. Grayscale: #A8A8A8. Windows color (decimal): -7489622 or 11188109. OLE color: 11188109.
HSL color Cylindrical-coordinate representation of color #8DB7AA: hue angle of 161.43º 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 #8DB7AA is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 170 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.28 |
| HSL | 161.43º | 0.23% | 0.64% | - |
| HSV(B) | 161.43º | 0.23% | 0.72% | - |
| XYZ | 35.17 | 42.43 | 44.37 | - |
| YUV | 168.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 170 | 0.23 | 0 | 0.07 | 0.28 | 161.43 | 0.23 | 0.64 |
| Hex | 8D | B7 | AA | 17 | 0 | 7 | 1C | A1 | 17 | 40 |
| Octal | 215 | 267 | 252 | 27 | 0 | 7 | 34 | 241 | 27 | 100 |
| Binary | 10001101 | 10110111 | 10101010 | 10111 | 0 | 111 | 11100 | 10100001 | 10111 | 1000000 |
Color Harmonies of #8DB7AA
Complementary color
Monochromatic Colors of #8DB7AA
Black with #8DB7AA
Text Example
Text Example
White with #8DB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7AA; }
p { color: rgb(141,183,170); }
H1.HeaderClassName
{
color: #8DB7AA;
}
.AnyTagClassName
{
color: #8DB7AA;
}
</style>
background-color css
<style>
a { background-color: #8DB7AA; }
a { background-color: rgb(141,183,170); }
div.DivClassName
{
background-color: #8DB7AA;
}
.BgClassName
{
background-color: #8DB7AA;
}
</style>
border-color css
<style>
span { border-color: #8DB7AA; }
span { border-color: rgb(141,183,170); }
td.TdClassName
{
border-color: #8DB7AA;
}
.TagClassName
{
border-color: #8DB7AA;
}
</style>