#8EBAAA

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

Shades of Sea Nymph #8EBAAA

Tints of Sea Nymph #8EBAAA

Color information

#8EBAAA (or 0x8EBAAA) is unknown color: approx Sea Nymph. HEX triplet: 8E, BA and AA. RGB value is (142,186,170). Sum of RGB (Red+Green+Blue) = 142+186+170=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBAAA is #714555. Grayscale: #ABABAB. Windows color (decimal): -7423318 or 11188878. OLE color: 11188878.

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

Color convert

RGB142186170-
CMYK0.2400.090.27
HSL158.18º24.18%64.31%-
HSV(B)158.18º23.66%72.94%-
XYZ35.9743.7744.58-
YUV171.02127.42107.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=28.51%
G=37.35%
B=34.14%

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
Decimal1421861700.2400.090.27158.1824.1864.31
Hex8EBAAA18091B9e1840
Octal216272252300113323630100
Binary10001110101110101010101011000010011101110011110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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