Shades of Sea Nymph #8EAEA6
Tints of Sea Nymph #8EAEA6
RGB
CMYK
RGB Variations
Color information
#8EAEA6 (or 0x8EAEA6) is known color: Sea Nymph. HEX triplet: 8E, AE and A6. RGB value is (142,174,166). Sum of RGB (Red+Green+Blue) = 142+174+166=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAEA6 is #715159. Grayscale: #A3A3A3. Windows color (decimal): -7426394 or 10923662. OLE color: 10923662.
HSL color Cylindrical-coordinate representation of color #8EAEA6: hue angle of 165º 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 #8EAEA6 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 174 | 166 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.32 |
| HSL | 165º | 0.16% | 0.62% | - |
| HSV(B) | 165º | 0.18% | 0.68% | - |
| XYZ | 33.17 | 38.78 | 41.81 | - |
| YUV | 163.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 166 | 0.18 | 0 | 0.05 | 0.32 | 165 | 0.16 | 0.62 |
| Hex | 8E | AE | A6 | 12 | 0 | 5 | 20 | A5 | 10 | 3E |
| Octal | 216 | 256 | 246 | 22 | 0 | 5 | 40 | 245 | 20 | 76 |
| Binary | 10001110 | 10101110 | 10100110 | 10010 | 0 | 101 | 100000 | 10100101 | 10000 | 111110 |
Color Harmonies of #8EAEA6
Complementary color
Monochromatic Colors of #8EAEA6
Black with #8EAEA6
Text Example
Text Example
White with #8EAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAEA6; }
p { color: rgb(142,174,166); }
H1.HeaderClassName
{
color: #8EAEA6;
}
.AnyTagClassName
{
color: #8EAEA6;
}
</style>
background-color css
<style>
a { background-color: #8EAEA6; }
a { background-color: rgb(142,174,166); }
div.DivClassName
{
background-color: #8EAEA6;
}
.BgClassName
{
background-color: #8EAEA6;
}
</style>
border-color css
<style>
span { border-color: #8EAEA6; }
span { border-color: rgb(142,174,166); }
td.TdClassName
{
border-color: #8EAEA6;
}
.TagClassName
{
border-color: #8EAEA6;
}
</style>