Shades of Sea Nymph #8DADA6
Tints of Sea Nymph #8DADA6
RGB
CMYK
RGB Variations
Color information
#8DADA6 (or 0x8DADA6) is known color: Sea Nymph. HEX triplet: 8D, AD and A6. RGB value is (141,173,166). Sum of RGB (Red+Green+Blue) = 141+173+166=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #8DADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DADA6 is #725259. Grayscale: #A2A2A2. Windows color (decimal): -7492186 or 10923405. OLE color: 10923405.
HSL color Cylindrical-coordinate representation of color #8DADA6: hue angle of 166.88º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DADA6 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 166 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.32 |
| HSL | 166.88º | 0.16% | 0.62% | - |
| HSV(B) | 166.88º | 0.18% | 0.68% | - |
| XYZ | 32.81 | 38.3 | 41.74 | - |
| YUV | 162.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 166 | 0.18 | 0 | 0.04 | 0.32 | 166.88 | 0.16 | 0.62 |
| Hex | 8D | AD | A6 | 12 | 0 | 4 | 20 | A7 | 10 | 3E |
| Octal | 215 | 255 | 246 | 22 | 0 | 4 | 40 | 247 | 20 | 76 |
| Binary | 10001101 | 10101101 | 10100110 | 10010 | 0 | 100 | 100000 | 10100111 | 10000 | 111110 |
Color Harmonies of #8DADA6
Complementary color
Monochromatic Colors of #8DADA6
Black with #8DADA6
Text Example
Text Example
White with #8DADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADA6; }
p { color: rgb(141,173,166); }
H1.HeaderClassName
{
color: #8DADA6;
}
.AnyTagClassName
{
color: #8DADA6;
}
</style>
background-color css
<style>
a { background-color: #8DADA6; }
a { background-color: rgb(141,173,166); }
div.DivClassName
{
background-color: #8DADA6;
}
.BgClassName
{
background-color: #8DADA6;
}
</style>
border-color css
<style>
span { border-color: #8DADA6; }
span { border-color: rgb(141,173,166); }
td.TdClassName
{
border-color: #8DADA6;
}
.TagClassName
{
border-color: #8DADA6;
}
</style>