Shades of Sea Nymph #8DAEA6
Tints of Sea Nymph #8DAEA6
RGB
CMYK
RGB Variations
Color information
#8DAEA6 (or 0x8DAEA6) is known color: Sea Nymph. HEX triplet: 8D, AE and A6. RGB value is (141,174,166). Sum of RGB (Red+Green+Blue) = 141+174+166=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAEA6 is #725159. Grayscale: #A3A3A3. Windows color (decimal): -7491930 or 10923661. OLE color: 10923661.
HSL color Cylindrical-coordinate representation of color #8DAEA6: hue angle of 165.45º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAEA6 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 166 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.32 |
| HSL | 165.45º | 0.17% | 0.62% | - |
| HSV(B) | 165.45º | 0.19% | 0.68% | - |
| XYZ | 33 | 38.69 | 41.8 | - |
| YUV | 163.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 166 | 0.19 | 0 | 0.05 | 0.32 | 165.45 | 0.17 | 0.62 |
| Hex | 8D | AE | A6 | 13 | 0 | 5 | 20 | A5 | 11 | 3E |
| Octal | 215 | 256 | 246 | 23 | 0 | 5 | 40 | 245 | 21 | 76 |
| Binary | 10001101 | 10101110 | 10100110 | 10011 | 0 | 101 | 100000 | 10100101 | 10001 | 111110 |
Color Harmonies of #8DAEA6
Complementary color
Monochromatic Colors of #8DAEA6
Black with #8DAEA6
Text Example
Text Example
White with #8DAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAEA6; }
p { color: rgb(141,174,166); }
H1.HeaderClassName
{
color: #8DAEA6;
}
.AnyTagClassName
{
color: #8DAEA6;
}
</style>
background-color css
<style>
a { background-color: #8DAEA6; }
a { background-color: rgb(141,174,166); }
div.DivClassName
{
background-color: #8DAEA6;
}
.BgClassName
{
background-color: #8DAEA6;
}
</style>
border-color css
<style>
span { border-color: #8DAEA6; }
span { border-color: rgb(141,174,166); }
td.TdClassName
{
border-color: #8DAEA6;
}
.TagClassName
{
border-color: #8DAEA6;
}
</style>