Shades of Sea Nymph #8EAEAA
Tints of Sea Nymph #8EAEAA
RGB
CMYK
RGB Variations
Color information
#8EAEAA (or 0x8EAEAA) is known color: Sea Nymph. HEX triplet: 8E, AE and AA. RGB value is (142,174,170). Sum of RGB (Red+Green+Blue) = 142+174+170=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAEAA is #715155. Grayscale: #A3A3A3. Windows color (decimal): -7426390 or 11185806. OLE color: 11185806.
HSL color Cylindrical-coordinate representation of color #8EAEAA: hue angle of 172.5º 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 #8EAEAA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 174 | 170 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.32 |
| HSL | 172.5º | 0.16% | 0.62% | - |
| HSV(B) | 172.5º | 0.18% | 0.68% | - |
| XYZ | 33.55 | 38.93 | 43.78 | - |
| YUV | 163.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 170 | 0.18 | 0 | 0.02 | 0.32 | 172.5 | 0.16 | 0.62 |
| Hex | 8E | AE | AA | 12 | 0 | 2 | 20 | AC | 10 | 3E |
| Octal | 216 | 256 | 252 | 22 | 0 | 2 | 40 | 254 | 20 | 76 |
| Binary | 10001110 | 10101110 | 10101010 | 10010 | 0 | 10 | 100000 | 10101100 | 10000 | 111110 |
Color Harmonies of #8EAEAA
Complementary color
Monochromatic Colors of #8EAEAA
Black with #8EAEAA
Text Example
Text Example
White with #8EAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAEAA; }
p { color: rgb(142,174,170); }
H1.HeaderClassName
{
color: #8EAEAA;
}
.AnyTagClassName
{
color: #8EAEAA;
}
</style>
background-color css
<style>
a { background-color: #8EAEAA; }
a { background-color: rgb(142,174,170); }
div.DivClassName
{
background-color: #8EAEAA;
}
.BgClassName
{
background-color: #8EAEAA;
}
</style>
border-color css
<style>
span { border-color: #8EAEAA; }
span { border-color: rgb(142,174,170); }
td.TdClassName
{
border-color: #8EAEAA;
}
.TagClassName
{
border-color: #8EAEAA;
}
</style>