Shades of Sea Nymph #8EAEAB
Tints of Sea Nymph #8EAEAB
RGB
CMYK
RGB Variations
Color information
#8EAEAB (or 0x8EAEAB) is known color: Sea Nymph. HEX triplet: 8E, AE and AB. RGB value is (142,174,171). Sum of RGB (Red+Green+Blue) = 142+174+171=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAEAB is #715154. Grayscale: #A4A4A4. Windows color (decimal): -7426389 or 11251342. OLE color: 11251342.
HSL color Cylindrical-coordinate representation of color #8EAEAB: hue angle of 174.38º 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 #8EAEAB is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 174 | 171 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.32 |
| HSL | 174.38º | 0.16% | 0.62% | - |
| HSV(B) | 174.38º | 0.18% | 0.68% | - |
| XYZ | 33.64 | 38.96 | 44.28 | - |
| YUV | 164.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 171 | 0.18 | 0 | 0.02 | 0.32 | 174.38 | 0.16 | 0.62 |
| Hex | 8E | AE | AB | 12 | 0 | 2 | 20 | AE | 10 | 3E |
| Octal | 216 | 256 | 253 | 22 | 0 | 2 | 40 | 256 | 20 | 76 |
| Binary | 10001110 | 10101110 | 10101011 | 10010 | 0 | 10 | 100000 | 10101110 | 10000 | 111110 |
Color Harmonies of #8EAEAB
Complementary color
Monochromatic Colors of #8EAEAB
Black with #8EAEAB
Text Example
Text Example
White with #8EAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAEAB; }
p { color: rgb(142,174,171); }
H1.HeaderClassName
{
color: #8EAEAB;
}
.AnyTagClassName
{
color: #8EAEAB;
}
</style>
background-color css
<style>
a { background-color: #8EAEAB; }
a { background-color: rgb(142,174,171); }
div.DivClassName
{
background-color: #8EAEAB;
}
.BgClassName
{
background-color: #8EAEAB;
}
</style>
border-color css
<style>
span { border-color: #8EAEAB; }
span { border-color: rgb(142,174,171); }
td.TdClassName
{
border-color: #8EAEAB;
}
.TagClassName
{
border-color: #8EAEAB;
}
</style>