#8EACA8

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

Shades of Sea Nymph #8EACA8

Tints of Sea Nymph #8EACA8

Color information

#8EACA8 (or 0x8EACA8) is unknown color: approx Sea Nymph. HEX triplet: 8E, AC and A8. RGB value is (142,172,168). Sum of RGB (Red+Green+Blue) = 142+172+168=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #8EACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACA8 is #715357. Grayscale: #A2A2A2. Windows color (decimal): -7426904 or 11054222. OLE color: 11054222.

HSL color Cylindrical-coordinate representation of color #8EACA8: hue angle of 172º 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 #8EACA8 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB142172168-
CMYK0.1700.020.33
HSL172º15.31%61.57%-
HSV(B)172º17.44%67.45%-
XYZ32.9838.0842.66-
YUV162.57131.06113.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=29.46%
G=35.68%
B=34.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421721680.1700.020.3317215.3161.57
Hex8EACA8110221acf3e
Octal2162542502102412541776
Binary10001110101011001010100010001010100001101011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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