Shades of Sea Nymph #8EAEA8
Tints of Sea Nymph #8EAEA8
RGB
CMYK
RGB Variations
Color information
#8EAEA8 (or 0x8EAEA8) is known color: Sea Nymph. HEX triplet: 8E, AE and A8. RGB value is (142,174,168). Sum of RGB (Red+Green+Blue) = 142+174+168=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAEA8 is #715157. Grayscale: #A3A3A3. Windows color (decimal): -7426392 or 11054734. OLE color: 11054734.
HSL color Cylindrical-coordinate representation of color #8EAEA8: hue angle of 168.75º 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 #8EAEA8 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 174 | 168 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.32 |
| HSL | 168.75º | 0.16% | 0.62% | - |
| HSV(B) | 168.75º | 0.18% | 0.68% | - |
| XYZ | 33.36 | 38.85 | 42.79 | - |
| YUV | 163.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 168 | 0.18 | 0 | 0.03 | 0.32 | 168.75 | 0.16 | 0.62 |
| Hex | 8E | AE | A8 | 12 | 0 | 3 | 20 | A9 | 10 | 3E |
| Octal | 216 | 256 | 250 | 22 | 0 | 3 | 40 | 251 | 20 | 76 |
| Binary | 10001110 | 10101110 | 10101000 | 10010 | 0 | 11 | 100000 | 10101001 | 10000 | 111110 |
Color Harmonies of #8EAEA8
Complementary color
Monochromatic Colors of #8EAEA8
Black with #8EAEA8
Text Example
Text Example
White with #8EAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAEA8; }
p { color: rgb(142,174,168); }
H1.HeaderClassName
{
color: #8EAEA8;
}
.AnyTagClassName
{
color: #8EAEA8;
}
</style>
background-color css
<style>
a { background-color: #8EAEA8; }
a { background-color: rgb(142,174,168); }
div.DivClassName
{
background-color: #8EAEA8;
}
.BgClassName
{
background-color: #8EAEA8;
}
</style>
border-color css
<style>
span { border-color: #8EAEA8; }
span { border-color: rgb(142,174,168); }
td.TdClassName
{
border-color: #8EAEA8;
}
.TagClassName
{
border-color: #8EAEA8;
}
</style>