Shades of Sea Nymph #8DAFAC
Tints of Sea Nymph #8DAFAC
RGB
CMYK
RGB Variations
Color information
#8DAFAC (or 0x8DAFAC) is known color: Sea Nymph. HEX triplet: 8D, AF and AC. RGB value is (141,175,172). Sum of RGB (Red+Green+Blue) = 141+175+172=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAFAC is #725053. Grayscale: #A4A4A4. Windows color (decimal): -7491668 or 11317133. OLE color: 11317133.
HSL color Cylindrical-coordinate representation of color #8DAFAC: hue angle of 174.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAFAC is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 172 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.31 |
| HSL | 174.71º | 0.18% | 0.62% | - |
| HSV(B) | 174.71º | 0.19% | 0.69% | - |
| XYZ | 33.76 | 39.3 | 44.84 | - |
| YUV | 164.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 172 | 0.19 | 0 | 0.02 | 0.31 | 174.71 | 0.18 | 0.62 |
| Hex | 8D | AF | AC | 13 | 0 | 2 | 1F | AF | 12 | 3E |
| Octal | 215 | 257 | 254 | 23 | 0 | 2 | 37 | 257 | 22 | 76 |
| Binary | 10001101 | 10101111 | 10101100 | 10011 | 0 | 10 | 11111 | 10101111 | 10010 | 111110 |
Color Harmonies of #8DAFAC
Complementary color
Monochromatic Colors of #8DAFAC
Black with #8DAFAC
Text Example
Text Example
White with #8DAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAFAC; }
p { color: rgb(141,175,172); }
H1.HeaderClassName
{
color: #8DAFAC;
}
.AnyTagClassName
{
color: #8DAFAC;
}
</style>
background-color css
<style>
a { background-color: #8DAFAC; }
a { background-color: rgb(141,175,172); }
div.DivClassName
{
background-color: #8DAFAC;
}
.BgClassName
{
background-color: #8DAFAC;
}
</style>
border-color css
<style>
span { border-color: #8DAFAC; }
span { border-color: rgb(141,175,172); }
td.TdClassName
{
border-color: #8DAFAC;
}
.TagClassName
{
border-color: #8DAFAC;
}
</style>