#8EB8AD

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

Shades of Sea Nymph #8EB8AD

Tints of Sea Nymph #8EB8AD

Color information

#8EB8AD (or 0x8EB8AD) is unknown color: approx Sea Nymph. HEX triplet: 8E, B8 and AD. RGB value is (142,184,173). Sum of RGB (Red+Green+Blue) = 142+184+173=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB8AD is #714752. Grayscale: #AAAAAA. Windows color (decimal): -7423827 or 11384974. OLE color: 11384974.

HSL color Cylindrical-coordinate representation of color #8EB8AD: hue angle of 164.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EB8AD is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB142184173-
CMYK0.2300.060.28
HSL164.29º22.83%63.92%-
HSV(B)164.29º22.83%72.16%-
XYZ35.8443.0545.96-
YUV170.19129.59107.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=28.46%
G=36.87%
B=34.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1421841730.2300.060.28164.2922.8363.92
Hex8EB8AD17061Ca41740
Octal21627025527063424427100
Binary1000111010111000101011011011101101110010100100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,184,173); }

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

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

 a { background-color: rgb(142,184,173); }

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

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

 span { border-color: rgb(142,184,173); }

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