Shades of Sea Nymph #8EABA7
Tints of Sea Nymph #8EABA7
RGB
CMYK
RGB Variations
Color information
#8EABA7 (or 0x8EABA7) is known color: Sea Nymph. HEX triplet: 8E, AB and A7. RGB value is (142,171,167). Sum of RGB (Red+Green+Blue) = 142+171+167=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #8EABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABA7 is #715458. Grayscale: #A1A1A1. Windows color (decimal): -7427161 or 10988430. OLE color: 10988430.
HSL color Cylindrical-coordinate representation of color #8EABA7: hue angle of 171.72º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EABA7 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 171 | 167 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.33 |
| HSL | 171.72º | 0.15% | 0.61% | - |
| HSV(B) | 171.72º | 0.17% | 0.67% | - |
| XYZ | 32.69 | 37.67 | 42.11 | - |
| YUV | 161.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 167 | 0.17 | 0 | 0.02 | 0.33 | 171.72 | 0.15 | 0.61 |
| Hex | 8E | AB | A7 | 11 | 0 | 2 | 21 | AC | F | 3D |
| Octal | 216 | 253 | 247 | 21 | 0 | 2 | 41 | 254 | 17 | 75 |
| Binary | 10001110 | 10101011 | 10100111 | 10001 | 0 | 10 | 100001 | 10101100 | 1111 | 111101 |
Color Harmonies of #8EABA7
Complementary color
Monochromatic Colors of #8EABA7
Black with #8EABA7
Text Example
Text Example
White with #8EABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABA7; }
p { color: rgb(142,171,167); }
H1.HeaderClassName
{
color: #8EABA7;
}
.AnyTagClassName
{
color: #8EABA7;
}
</style>
background-color css
<style>
a { background-color: #8EABA7; }
a { background-color: rgb(142,171,167); }
div.DivClassName
{
background-color: #8EABA7;
}
.BgClassName
{
background-color: #8EABA7;
}
</style>
border-color css
<style>
span { border-color: #8EABA7; }
span { border-color: rgb(142,171,167); }
td.TdClassName
{
border-color: #8EABA7;
}
.TagClassName
{
border-color: #8EABA7;
}
</style>