Shades of Sea Nymph #8DB5AF
Tints of Sea Nymph #8DB5AF
RGB
CMYK
RGB Variations
Color information
#8DB5AF (or 0x8DB5AF) is known color: Sea Nymph. HEX triplet: 8D, B5 and AF. RGB value is (141,181,175). Sum of RGB (Red+Green+Blue) = 141+181+175=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB5AF is #724A50. Grayscale: #A8A8A8. Windows color (decimal): -7490129 or 11515277. OLE color: 11515277.
HSL color Cylindrical-coordinate representation of color #8DB5AF: hue angle of 171º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB5AF is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 175 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.29 |
| HSL | 171º | 0.21% | 0.63% | - |
| HSV(B) | 171º | 0.22% | 0.71% | - |
| XYZ | 35.25 | 41.81 | 46.77 | - |
| YUV | 168.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 175 | 0.22 | 0 | 0.03 | 0.29 | 171 | 0.21 | 0.63 |
| Hex | 8D | B5 | AF | 16 | 0 | 3 | 1D | AB | 15 | 3F |
| Octal | 215 | 265 | 257 | 26 | 0 | 3 | 35 | 253 | 25 | 77 |
| Binary | 10001101 | 10110101 | 10101111 | 10110 | 0 | 11 | 11101 | 10101011 | 10101 | 111111 |
Color Harmonies of #8DB5AF
Complementary color
Monochromatic Colors of #8DB5AF
Black with #8DB5AF
Text Example
Text Example
White with #8DB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB5AF; }
p { color: rgb(141,181,175); }
H1.HeaderClassName
{
color: #8DB5AF;
}
.AnyTagClassName
{
color: #8DB5AF;
}
</style>
background-color css
<style>
a { background-color: #8DB5AF; }
a { background-color: rgb(141,181,175); }
div.DivClassName
{
background-color: #8DB5AF;
}
.BgClassName
{
background-color: #8DB5AF;
}
</style>
border-color css
<style>
span { border-color: #8DB5AF; }
span { border-color: rgb(141,181,175); }
td.TdClassName
{
border-color: #8DB5AF;
}
.TagClassName
{
border-color: #8DB5AF;
}
</style>