Shades of Sea Nymph #8EAFA8
Tints of Sea Nymph #8EAFA8
RGB
CMYK
RGB Variations
Color information
#8EAFA8 (or 0x8EAFA8) is known color: Sea Nymph. HEX triplet: 8E, AF and A8. RGB value is (142,175,168). Sum of RGB (Red+Green+Blue) = 142+175+168=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAFA8 is #715057. Grayscale: #A4A4A4. Windows color (decimal): -7426136 or 11054990. OLE color: 11054990.
HSL color Cylindrical-coordinate representation of color #8EAFA8: hue angle of 167.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EAFA8 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 168 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.31 |
| HSL | 167.27º | 0.17% | 0.62% | - |
| HSV(B) | 167.27º | 0.19% | 0.69% | - |
| XYZ | 33.55 | 39.24 | 42.85 | - |
| YUV | 164.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 168 | 0.19 | 0 | 0.04 | 0.31 | 167.27 | 0.17 | 0.62 |
| Hex | 8E | AF | A8 | 13 | 0 | 4 | 1F | A7 | 11 | 3E |
| Octal | 216 | 257 | 250 | 23 | 0 | 4 | 37 | 247 | 21 | 76 |
| Binary | 10001110 | 10101111 | 10101000 | 10011 | 0 | 100 | 11111 | 10100111 | 10001 | 111110 |
Color Harmonies of #8EAFA8
Complementary color
Monochromatic Colors of #8EAFA8
Black with #8EAFA8
Text Example
Text Example
White with #8EAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAFA8; }
p { color: rgb(142,175,168); }
H1.HeaderClassName
{
color: #8EAFA8;
}
.AnyTagClassName
{
color: #8EAFA8;
}
</style>
background-color css
<style>
a { background-color: #8EAFA8; }
a { background-color: rgb(142,175,168); }
div.DivClassName
{
background-color: #8EAFA8;
}
.BgClassName
{
background-color: #8EAFA8;
}
</style>
border-color css
<style>
span { border-color: #8EAFA8; }
span { border-color: rgb(142,175,168); }
td.TdClassName
{
border-color: #8EAFA8;
}
.TagClassName
{
border-color: #8EAFA8;
}
</style>