#8EBAB4

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

Shades of Shadow Green #8EBAB4

Tints of Shadow Green #8EBAB4

Color information

#8EBAB4 (or 0x8EBAB4) is unknown color: approx Shadow Green. HEX triplet: 8E, BA and B4. RGB value is (142,186,180). Sum of RGB (Red+Green+Blue) = 142+186+180=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAB4 is #71454B. Grayscale: #ACACAC. Windows color (decimal): -7423308 or 11844238. OLE color: 11844238.

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

Color convert

RGB142186180-
CMYK0.2400.030.27
HSL171.82º24.18%64.31%-
HSV(B)171.82º23.66%72.94%-
XYZ36.9544.1649.76-
YUV172.16132.42106.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.95%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=27.95%
G=36.61%
B=35.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861800.2400.030.27171.8224.1864.31
Hex8EBAB418031Bac1840
Octal21627226430033325430100
Binary100011101011101010110100110000111101110101100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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