Shades of Sea Nymph #8DACA6
Tints of Sea Nymph #8DACA6
RGB
CMYK
RGB Variations
Color information
#8DACA6 (or 0x8DACA6) is known color: Sea Nymph. HEX triplet: 8D, AC and A6. RGB value is (141,172,166). Sum of RGB (Red+Green+Blue) = 141+172+166=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #8DACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DACA6 is #725359. Grayscale: #A2A2A2. Windows color (decimal): -7492442 or 10923149. OLE color: 10923149.
HSL color Cylindrical-coordinate representation of color #8DACA6: hue angle of 168.39º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DACA6 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 166 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.33 |
| HSL | 168.39º | 0.16% | 0.61% | - |
| HSV(B) | 168.39º | 0.18% | 0.67% | - |
| XYZ | 32.62 | 37.92 | 41.68 | - |
| YUV | 162.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 166 | 0.18 | 0 | 0.03 | 0.33 | 168.39 | 0.16 | 0.61 |
| Hex | 8D | AC | A6 | 12 | 0 | 3 | 21 | A8 | 10 | 3D |
| Octal | 215 | 254 | 246 | 22 | 0 | 3 | 41 | 250 | 20 | 75 |
| Binary | 10001101 | 10101100 | 10100110 | 10010 | 0 | 11 | 100001 | 10101000 | 10000 | 111101 |
Color Harmonies of #8DACA6
Complementary color
Monochromatic Colors of #8DACA6
Black with #8DACA6
Text Example
Text Example
White with #8DACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACA6; }
p { color: rgb(141,172,166); }
H1.HeaderClassName
{
color: #8DACA6;
}
.AnyTagClassName
{
color: #8DACA6;
}
</style>
background-color css
<style>
a { background-color: #8DACA6; }
a { background-color: rgb(141,172,166); }
div.DivClassName
{
background-color: #8DACA6;
}
.BgClassName
{
background-color: #8DACA6;
}
</style>
border-color css
<style>
span { border-color: #8DACA6; }
span { border-color: rgb(141,172,166); }
td.TdClassName
{
border-color: #8DACA6;
}
.TagClassName
{
border-color: #8DACA6;
}
</style>