#8EBBAA

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

Shades of Sea Nymph #8EBBAA

Tints of Sea Nymph #8EBBAA

Color information

#8EBBAA (or 0x8EBBAA) is unknown color: approx Sea Nymph. HEX triplet: 8E, BB and AA. RGB value is (142,187,170). Sum of RGB (Red+Green+Blue) = 142+187+170=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBBAA is #714455. Grayscale: #ABABAB. Windows color (decimal): -7423062 or 11189134. OLE color: 11189134.

HSL color Cylindrical-coordinate representation of color #8EBBAA: hue angle of 157.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EBBAA is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB142187170-
CMYK0.2400.090.27
HSL157.33º24.86%64.51%-
HSV(B)157.33º24.06%73.33%-
XYZ36.1844.1944.65-
YUV171.61127.09106.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=28.46%
G=37.47%
B=34.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421871700.2400.090.27157.3324.8664.51
Hex8EBBAA18091B9d1941
Octal216273252300113323531101
Binary10001110101110111010101011000010011101110011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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