#8EAEAA

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

Shades of Sea Nymph #8EAEAA

Tints of Sea Nymph #8EAEAA

Color information

#8EAEAA (or 0x8EAEAA) is unknown color: approx 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

RGB142174170-
CMYK0.1800.020.32
HSL172.5º16.49%61.96%-
HSV(B)172.5º18.39%68.24%-
XYZ33.5538.9343.78-
YUV163.98131.4112.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.22%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=29.22%
G=35.80%
B=34.98%

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
Decimal1421741700.1800.020.32172.516.4961.96
Hex8EAEAA120220ac103e
Octal2162562522202402542076
Binary100011101010111010101010100100101000001010110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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