Shades of Sea Nymph #8EACAA
Tints of Sea Nymph #8EACAA
RGB
CMYK
RGB Variations
Color information
#8EACAA (or 0x8EACAA) is known color: Sea Nymph. HEX triplet: 8E, AC and AA. RGB value is (142,172,170). Sum of RGB (Red+Green+Blue) = 142+172+170=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #8EACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACAA is #715355. Grayscale: #A2A2A2. Windows color (decimal): -7426902 or 11185294. OLE color: 11185294.
HSL color Cylindrical-coordinate representation of color #8EACAA: hue angle of 176º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EACAA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 170 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.33 |
| HSL | 176º | 0.15% | 0.62% | - |
| HSV(B) | 176º | 0.17% | 0.67% | - |
| XYZ | 33.16 | 38.16 | 43.65 | - |
| YUV | 162.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 170 | 0.17 | 0 | 0.01 | 0.33 | 176 | 0.15 | 0.62 |
| Hex | 8E | AC | AA | 11 | 0 | 1 | 21 | B0 | F | 3E |
| Octal | 216 | 254 | 252 | 21 | 0 | 1 | 41 | 260 | 17 | 76 |
| Binary | 10001110 | 10101100 | 10101010 | 10001 | 0 | 1 | 100001 | 10110000 | 1111 | 111110 |
Color Harmonies of #8EACAA
Complementary color
Monochromatic Colors of #8EACAA
Black with #8EACAA
Text Example
Text Example
White with #8EACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACAA; }
p { color: rgb(142,172,170); }
H1.HeaderClassName
{
color: #8EACAA;
}
.AnyTagClassName
{
color: #8EACAA;
}
</style>
background-color css
<style>
a { background-color: #8EACAA; }
a { background-color: rgb(142,172,170); }
div.DivClassName
{
background-color: #8EACAA;
}
.BgClassName
{
background-color: #8EACAA;
}
</style>
border-color css
<style>
span { border-color: #8EACAA; }
span { border-color: rgb(142,172,170); }
td.TdClassName
{
border-color: #8EACAA;
}
.TagClassName
{
border-color: #8EACAA;
}
</style>