Shades of Sea Nymph #8DB2AF
Tints of Sea Nymph #8DB2AF
RGB
CMYK
RGB Variations
Color information
#8DB2AF (or 0x8DB2AF) is known color: Sea Nymph. HEX triplet: 8D, B2 and AF. RGB value is (141,178,175). Sum of RGB (Red+Green+Blue) = 141+178+175=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB2AF is #724D50. Grayscale: #A6A6A6. Windows color (decimal): -7490897 or 11514509. OLE color: 11514509.
HSL color Cylindrical-coordinate representation of color #8DB2AF: hue angle of 175.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DB2AF is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 175 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.30 |
| HSL | 175.14º | 0.19% | 0.63% | - |
| HSV(B) | 175.14º | 0.21% | 0.7% | - |
| XYZ | 34.64 | 40.6 | 46.57 | - |
| YUV | 166.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 175 | 0.21 | 0 | 0.02 | 0.30 | 175.14 | 0.19 | 0.63 |
| Hex | 8D | B2 | AF | 15 | 0 | 2 | 1E | AF | 13 | 3F |
| Octal | 215 | 262 | 257 | 25 | 0 | 2 | 36 | 257 | 23 | 77 |
| Binary | 10001101 | 10110010 | 10101111 | 10101 | 0 | 10 | 11110 | 10101111 | 10011 | 111111 |
Color Harmonies of #8DB2AF
Complementary color
Monochromatic Colors of #8DB2AF
Black with #8DB2AF
Text Example
Text Example
White with #8DB2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2AF; }
p { color: rgb(141,178,175); }
H1.HeaderClassName
{
color: #8DB2AF;
}
.AnyTagClassName
{
color: #8DB2AF;
}
</style>
background-color css
<style>
a { background-color: #8DB2AF; }
a { background-color: rgb(141,178,175); }
div.DivClassName
{
background-color: #8DB2AF;
}
.BgClassName
{
background-color: #8DB2AF;
}
</style>
border-color css
<style>
span { border-color: #8DB2AF; }
span { border-color: rgb(141,178,175); }
td.TdClassName
{
border-color: #8DB2AF;
}
.TagClassName
{
border-color: #8DB2AF;
}
</style>