Shades of Sea Nymph #8DB6AF
Tints of Sea Nymph #8DB6AF
RGB
CMYK
RGB Variations
Color information
#8DB6AF (or 0x8DB6AF) is known color: Sea Nymph. HEX triplet: 8D, B6 and AF. RGB value is (141,182,175). Sum of RGB (Red+Green+Blue) = 141+182+175=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB6AF is #724950. Grayscale: #A8A8A8. Windows color (decimal): -7489873 or 11515533. OLE color: 11515533.
HSL color Cylindrical-coordinate representation of color #8DB6AF: hue angle of 169.76º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB6AF is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 175 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.29 |
| HSL | 169.76º | 0.22% | 0.63% | - |
| HSV(B) | 169.76º | 0.23% | 0.71% | - |
| XYZ | 35.45 | 42.21 | 46.84 | - |
| YUV | 168.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 175 | 0.23 | 0 | 0.04 | 0.29 | 169.76 | 0.22 | 0.63 |
| Hex | 8D | B6 | AF | 17 | 0 | 4 | 1D | AA | 16 | 3F |
| Octal | 215 | 266 | 257 | 27 | 0 | 4 | 35 | 252 | 26 | 77 |
| Binary | 10001101 | 10110110 | 10101111 | 10111 | 0 | 100 | 11101 | 10101010 | 10110 | 111111 |
Color Harmonies of #8DB6AF
Complementary color
Monochromatic Colors of #8DB6AF
Black with #8DB6AF
Text Example
Text Example
White with #8DB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6AF; }
p { color: rgb(141,182,175); }
H1.HeaderClassName
{
color: #8DB6AF;
}
.AnyTagClassName
{
color: #8DB6AF;
}
</style>
background-color css
<style>
a { background-color: #8DB6AF; }
a { background-color: rgb(141,182,175); }
div.DivClassName
{
background-color: #8DB6AF;
}
.BgClassName
{
background-color: #8DB6AF;
}
</style>
border-color css
<style>
span { border-color: #8DB6AF; }
span { border-color: rgb(141,182,175); }
td.TdClassName
{
border-color: #8DB6AF;
}
.TagClassName
{
border-color: #8DB6AF;
}
</style>