Shades of Sea Nymph #8EADA2
Tints of Sea Nymph #8EADA2
RGB
CMYK
RGB Variations
Color information
#8EADA2 (or 0x8EADA2) is known color: Sea Nymph. HEX triplet: 8E, AD and A2. RGB value is (142,173,162). Sum of RGB (Red+Green+Blue) = 142+173+162=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #8EADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EADA2 is #71525D. Grayscale: #A2A2A2. Windows color (decimal): -7426654 or 10661262. OLE color: 10661262.
HSL color Cylindrical-coordinate representation of color #8EADA2: hue angle of 158.71º 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 #8EADA2 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 173 | 162 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.32 |
| HSL | 158.71º | 0.16% | 0.62% | - |
| HSV(B) | 158.71º | 0.18% | 0.68% | - |
| XYZ | 32.62 | 38.25 | 39.85 | - |
| YUV | 162.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 162 | 0.18 | 0 | 0.06 | 0.32 | 158.71 | 0.16 | 0.62 |
| Hex | 8E | AD | A2 | 12 | 0 | 6 | 20 | 9F | 10 | 3E |
| Octal | 216 | 255 | 242 | 22 | 0 | 6 | 40 | 237 | 20 | 76 |
| Binary | 10001110 | 10101101 | 10100010 | 10010 | 0 | 110 | 100000 | 10011111 | 10000 | 111110 |
Color Harmonies of #8EADA2
Complementary color
Monochromatic Colors of #8EADA2
Black with #8EADA2
Text Example
Text Example
White with #8EADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADA2; }
p { color: rgb(142,173,162); }
H1.HeaderClassName
{
color: #8EADA2;
}
.AnyTagClassName
{
color: #8EADA2;
}
</style>
background-color css
<style>
a { background-color: #8EADA2; }
a { background-color: rgb(142,173,162); }
div.DivClassName
{
background-color: #8EADA2;
}
.BgClassName
{
background-color: #8EADA2;
}
</style>
border-color css
<style>
span { border-color: #8EADA2; }
span { border-color: rgb(142,173,162); }
td.TdClassName
{
border-color: #8EADA2;
}
.TagClassName
{
border-color: #8EADA2;
}
</style>