Shades of Sea Nymph #8EAAA6
Tints of Sea Nymph #8EAAA6
RGB
CMYK
RGB Variations
Color information
#8EAAA6 (or 0x8EAAA6) is known color: Sea Nymph. HEX triplet: 8E, AA and A6. RGB value is (142,170,166). Sum of RGB (Red+Green+Blue) = 142+170+166=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAAA6 is #715559. Grayscale: #A1A1A1. Windows color (decimal): -7427418 or 10922638. OLE color: 10922638.
HSL color Cylindrical-coordinate representation of color #8EAAA6: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EAAA6 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 166 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.33 |
| HSL | 171.43º | 0.14% | 0.61% | - |
| HSV(B) | 171.43º | 0.16% | 0.67% | - |
| XYZ | 32.41 | 37.25 | 41.56 | - |
| YUV | 161.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 166 | 0.16 | 0 | 0.02 | 0.33 | 171.43 | 0.14 | 0.61 |
| Hex | 8E | AA | A6 | 10 | 0 | 2 | 21 | AB | E | 3D |
| Octal | 216 | 252 | 246 | 20 | 0 | 2 | 41 | 253 | 16 | 75 |
| Binary | 10001110 | 10101010 | 10100110 | 10000 | 0 | 10 | 100001 | 10101011 | 1110 | 111101 |
Color Harmonies of #8EAAA6
Complementary color
Monochromatic Colors of #8EAAA6
Black with #8EAAA6
Text Example
Text Example
White with #8EAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAAA6; }
p { color: rgb(142,170,166); }
H1.HeaderClassName
{
color: #8EAAA6;
}
.AnyTagClassName
{
color: #8EAAA6;
}
</style>
background-color css
<style>
a { background-color: #8EAAA6; }
a { background-color: rgb(142,170,166); }
div.DivClassName
{
background-color: #8EAAA6;
}
.BgClassName
{
background-color: #8EAAA6;
}
</style>
border-color css
<style>
span { border-color: #8EAAA6; }
span { border-color: rgb(142,170,166); }
td.TdClassName
{
border-color: #8EAAA6;
}
.TagClassName
{
border-color: #8EAAA6;
}
</style>