#8EAEAB

Color #8EAEAB Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #8EAEAB

Tints of Sea Nymph #8EAEAB

Color information

#8EAEAB (or 0x8EAEAB) is unknown color: approx 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.37º 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

RGB142174171-
CMYK0.1800.020.32
HSL174.37º16.49%61.96%-
HSV(B)174.37º18.39%68.24%-
XYZ33.6438.9644.28-
YUV164.09131.9112.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=29.16%
G=35.73%
B=35.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421741710.1800.020.32174.3716.4961.96
Hex8EAEAB120220ae103e
Octal2162562532202402562076
Binary100011101010111010101011100100101000001010111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>