#8EACA7

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

Shades of Sea Nymph #8EACA7

Tints of Sea Nymph #8EACA7

Color information

#8EACA7 (or 0x8EACA7) is unknown color: approx Sea Nymph. HEX triplet: 8E, AC and A7. RGB value is (142,172,167). Sum of RGB (Red+Green+Blue) = 142+172+167=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #8EACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACA7 is #715358. Grayscale: #A2A2A2. Windows color (decimal): -7426905 or 10988686. OLE color: 10988686.

HSL color Cylindrical-coordinate representation of color #8EACA7: hue angle of 170º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EACA7 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB142172167-
CMYK0.1700.030.33
HSL170º15.31%61.57%-
HSV(B)170º17.44%67.45%-
XYZ32.8838.0542.17-
YUV162.46130.56113.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.52%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 167 (65.62% from 255) = 34.72%
R=29.52%
G=35.76%
B=34.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421721670.1700.030.3317015.3161.57
Hex8EACA7110321aaf3e
Octal2162542472103412521776
Binary10001110101011001010011110001011100001101010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EACA7; }

 p { color: rgb(142,172,167); }

 H1.HeaderClassName
 {
   color: #8EACA7;
 }
 .AnyTagClassName
 {
   color: #8EACA7;
 }
</style>
background-color css

<style>
 a { background-color: #8EACA7; }

 a { background-color: rgb(142,172,167); }

 div.DivClassName
 {
   background-color: #8EACA7;
 }
 .BgClassName
 {
   background-color: #8EACA7;
 }
</style>
border-color css

<style>
 span { border-color: #8EACA7; }

 span { border-color: rgb(142,172,167); }

 td.TdClassName
 {
   border-color: #8EACA7;
 }
 .TagClassName
 {
   border-color: #8EACA7;
 }
</style>