#8EBAAF

Color #8EBAAF Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #8EBAAF

Tints of Shadow Green #8EBAAF

Color information

#8EBAAF (or 0x8EBAAF) is unknown color: approx Shadow Green. HEX triplet: 8E, BA and AF. RGB value is (142,186,175). Sum of RGB (Red+Green+Blue) = 142+186+175=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBAAF is #714550. Grayscale: #ABABAB. Windows color (decimal): -7423313 or 11516558. OLE color: 11516558.

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

Color convert

RGB142186175-
CMYK0.2400.060.27
HSL165º24.18%64.31%-
HSV(B)165º23.66%72.94%-
XYZ36.4543.9647.12-
YUV171.59129.92106.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=28.23%
G=36.98%
B=34.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861750.2400.060.2716524.1864.31
Hex8EBAAF18061Ba51840
Octal21627225730063324530100
Binary1000111010111010101011111100001101101110100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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