#8EB3AD

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

Shades of Sea Nymph #8EB3AD

Tints of Sea Nymph #8EB3AD

Color information

#8EB3AD (or 0x8EB3AD) is unknown color: approx Sea Nymph. HEX triplet: 8E, B3 and AD. RGB value is (142,179,173). Sum of RGB (Red+Green+Blue) = 142+179+173=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB3AD is #714C52. Grayscale: #A7A7A7. Windows color (decimal): -7425107 or 11383694. OLE color: 11383694.

HSL color Cylindrical-coordinate representation of color #8EB3AD: hue angle of 170.27º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EB3AD is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB142179173-
CMYK0.2100.030.30
HSL170.27º19.58%62.94%-
HSV(B)170.27º20.67%70.2%-
XYZ34.8241.0145.62-
YUV167.25131.24109.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=28.74%
G=36.23%
B=35.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421791730.2100.030.30170.2719.5862.94
Hex8EB3AD15031Eaa143f
Octal2162632552503362522477
Binary10001110101100111010110110101011111101010101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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