#8EB5AA

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

Shades of Sea Nymph #8EB5AA

Tints of Sea Nymph #8EB5AA

Color information

#8EB5AA (or 0x8EB5AA) is unknown color: approx Sea Nymph. HEX triplet: 8E, B5 and AA. RGB value is (142,181,170). Sum of RGB (Red+Green+Blue) = 142+181+170=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB5AA is #714A55. Grayscale: #A8A8A8. Windows color (decimal): -7424598 or 11187598. OLE color: 11187598.

HSL color Cylindrical-coordinate representation of color #8EB5AA: hue angle of 163.08º 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 #8EB5AA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB142181170-
CMYK0.2200.060.29
HSL163.08º20.86%63.33%-
HSV(B)163.08º21.55%70.98%-
XYZ34.9341.744.24-
YUV168.08129.08109.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=28.80%
G=36.71%
B=34.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421811700.2200.060.29163.0820.8663.33
Hex8EB5AA16061Da3153f
Octal2162652522606352432577
Binary100011101011010110101010101100110111011010001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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