Shades of Sea Nymph #8EADAB
Tints of Sea Nymph #8EADAB
RGB
CMYK
RGB Variations
Color information
#8EADAB (or 0x8EADAB) is known color: Sea Nymph. HEX triplet: 8E, AD and AB. RGB value is (142,173,171). Sum of RGB (Red+Green+Blue) = 142+173+171=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 173 - color contains mainly: green. Hex color #8EADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EADAB is #715254. Grayscale: #A3A3A3. Windows color (decimal): -7426645 or 11251086. OLE color: 11251086.
HSL color Cylindrical-coordinate representation of color #8EADAB: hue angle of 176.13º 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 #8EADAB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 173 | 171 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.32 |
| HSL | 176.13º | 0.16% | 0.62% | - |
| HSV(B) | 176.13º | 0.18% | 0.68% | - |
| XYZ | 33.45 | 38.58 | 44.21 | - |
| YUV | 163.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 171 | 0.18 | 0 | 0.01 | 0.32 | 176.13 | 0.16 | 0.62 |
| Hex | 8E | AD | AB | 12 | 0 | 1 | 20 | B0 | 10 | 3E |
| Octal | 216 | 255 | 253 | 22 | 0 | 1 | 40 | 260 | 20 | 76 |
| Binary | 10001110 | 10101101 | 10101011 | 10010 | 0 | 1 | 100000 | 10110000 | 10000 | 111110 |
Color Harmonies of #8EADAB
Complementary color
Monochromatic Colors of #8EADAB
Black with #8EADAB
Text Example
Text Example
White with #8EADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADAB; }
p { color: rgb(142,173,171); }
H1.HeaderClassName
{
color: #8EADAB;
}
.AnyTagClassName
{
color: #8EADAB;
}
</style>
background-color css
<style>
a { background-color: #8EADAB; }
a { background-color: rgb(142,173,171); }
div.DivClassName
{
background-color: #8EADAB;
}
.BgClassName
{
background-color: #8EADAB;
}
</style>
border-color css
<style>
span { border-color: #8EADAB; }
span { border-color: rgb(142,173,171); }
td.TdClassName
{
border-color: #8EADAB;
}
.TagClassName
{
border-color: #8EADAB;
}
</style>