#8EB5AD

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

Shades of Sea Nymph #8EB5AD

Tints of Sea Nymph #8EB5AD

Color information

#8EB5AD (or 0x8EB5AD) is unknown color: approx Sea Nymph. HEX triplet: 8E, B5 and AD. RGB value is (142,181,173). Sum of RGB (Red+Green+Blue) = 142+181+173=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB5AD is #714A52. Grayscale: #A8A8A8. Windows color (decimal): -7424595 or 11384206. OLE color: 11384206.

HSL color Cylindrical-coordinate representation of color #8EB5AD: hue angle of 167.69º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EB5AD is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB142181173-
CMYK0.2200.040.29
HSL167.69º20.86%63.33%-
HSV(B)167.69º21.55%70.98%-
XYZ35.2241.8245.75-
YUV168.43130.58109.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=28.63%
G=36.49%
B=34.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421811730.2200.040.29167.6920.8663.33
Hex8EB5AD16041Da8153f
Octal2162652552604352502577
Binary100011101011010110101101101100100111011010100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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