Shades of Sea Nymph #8DB4AF
Tints of Sea Nymph #8DB4AF
RGB
CMYK
RGB Variations
Color information
#8DB4AF (or 0x8DB4AF) is known color: Sea Nymph. HEX triplet: 8D, B4 and AF. RGB value is (141,180,175). Sum of RGB (Red+Green+Blue) = 141+180+175=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB4AF is #724B50. Grayscale: #A7A7A7. Windows color (decimal): -7490385 or 11515021. OLE color: 11515021.
HSL color Cylindrical-coordinate representation of color #8DB4AF: hue angle of 172.31º 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 #8DB4AF is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 175 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.29 |
| HSL | 172.31º | 0.21% | 0.63% | - |
| HSV(B) | 172.31º | 0.22% | 0.71% | - |
| XYZ | 35.04 | 41.4 | 46.7 | - |
| YUV | 167.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 175 | 0.22 | 0 | 0.03 | 0.29 | 172.31 | 0.21 | 0.63 |
| Hex | 8D | B4 | AF | 16 | 0 | 3 | 1D | AC | 15 | 3F |
| Octal | 215 | 264 | 257 | 26 | 0 | 3 | 35 | 254 | 25 | 77 |
| Binary | 10001101 | 10110100 | 10101111 | 10110 | 0 | 11 | 11101 | 10101100 | 10101 | 111111 |
Color Harmonies of #8DB4AF
Complementary color
Monochromatic Colors of #8DB4AF
Black with #8DB4AF
Text Example
Text Example
White with #8DB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4AF; }
p { color: rgb(141,180,175); }
H1.HeaderClassName
{
color: #8DB4AF;
}
.AnyTagClassName
{
color: #8DB4AF;
}
</style>
background-color css
<style>
a { background-color: #8DB4AF; }
a { background-color: rgb(141,180,175); }
div.DivClassName
{
background-color: #8DB4AF;
}
.BgClassName
{
background-color: #8DB4AF;
}
</style>
border-color css
<style>
span { border-color: #8DB4AF; }
span { border-color: rgb(141,180,175); }
td.TdClassName
{
border-color: #8DB4AF;
}
.TagClassName
{
border-color: #8DB4AF;
}
</style>