#8EBAA9

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

Shades of Sea Nymph #8EBAA9

Tints of Sea Nymph #8EBAA9

Color information

#8EBAA9 (or 0x8EBAA9) is unknown color: approx Sea Nymph. HEX triplet: 8E, BA and A9. RGB value is (142,186,169). Sum of RGB (Red+Green+Blue) = 142+186+169=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBAA9 is #714556. Grayscale: #AAAAAA. Windows color (decimal): -7423319 or 11123342. OLE color: 11123342.

HSL color Cylindrical-coordinate representation of color #8EBAA9: hue angle of 156.82º 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 #8EBAA9 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB142186169-
CMYK0.2400.090.27
HSL156.82º24.18%64.31%-
HSV(B)156.82º23.66%72.94%-
XYZ35.8843.7344.09-
YUV170.91126.92107.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.57%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=28.57%
G=37.42%
B=34.00%

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
Decimal1421861690.2400.090.27156.8224.1864.31
Hex8EBAA918091B9d1840
Octal216272251300113323530100
Binary10001110101110101010100111000010011101110011101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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