Shades of Sea Nymph #8EADAA
Tints of Sea Nymph #8EADAA
RGB
CMYK
RGB Variations
Color information
#8EADAA (or 0x8EADAA) is known color: Sea Nymph. HEX triplet: 8E, AD and AA. RGB value is (142,173,170). Sum of RGB (Red+Green+Blue) = 142+173+170=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #8EADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EADAA is #715255. Grayscale: #A3A3A3. Windows color (decimal): -7426646 or 11185550. OLE color: 11185550.
HSL color Cylindrical-coordinate representation of color #8EADAA: hue angle of 174.19º 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 #8EADAA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 173 | 170 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.32 |
| HSL | 174.19º | 0.16% | 0.62% | - |
| HSV(B) | 174.19º | 0.18% | 0.68% | - |
| XYZ | 33.35 | 38.54 | 43.71 | - |
| YUV | 163.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 170 | 0.18 | 0 | 0.02 | 0.32 | 174.19 | 0.16 | 0.62 |
| Hex | 8E | AD | AA | 12 | 0 | 2 | 20 | AE | 10 | 3E |
| Octal | 216 | 255 | 252 | 22 | 0 | 2 | 40 | 256 | 20 | 76 |
| Binary | 10001110 | 10101101 | 10101010 | 10010 | 0 | 10 | 100000 | 10101110 | 10000 | 111110 |
Color Harmonies of #8EADAA
Complementary color
Monochromatic Colors of #8EADAA
Black with #8EADAA
Text Example
Text Example
White with #8EADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADAA; }
p { color: rgb(142,173,170); }
H1.HeaderClassName
{
color: #8EADAA;
}
.AnyTagClassName
{
color: #8EADAA;
}
</style>
background-color css
<style>
a { background-color: #8EADAA; }
a { background-color: rgb(142,173,170); }
div.DivClassName
{
background-color: #8EADAA;
}
.BgClassName
{
background-color: #8EADAA;
}
</style>
border-color css
<style>
span { border-color: #8EADAA; }
span { border-color: rgb(142,173,170); }
td.TdClassName
{
border-color: #8EADAA;
}
.TagClassName
{
border-color: #8EADAA;
}
</style>