#8FBAAE

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

Shades of Shadow Green #8FBAAE

Tints of Shadow Green #8FBAAE

Color information

#8FBAAE (or 0x8FBAAE) is unknown color: approx Shadow Green. HEX triplet: 8F, BA and AE. RGB value is (143,186,174). Sum of RGB (Red+Green+Blue) = 143+186+174=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBAAE is #704551. Grayscale: #ABABAB. Windows color (decimal): -7357778 or 11451023. OLE color: 11451023.

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

Color convert

RGB143186174-
CMYK0.2300.060.27
HSL163.26º23.76%64.51%-
HSV(B)163.26º23.12%72.94%-
XYZ36.5344.0146.61-
YUV171.78129.25107.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=28.43%
G=36.98%
B=34.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431861740.2300.060.27163.2623.7664.51
Hex8FBAAE17061Ba31841
Octal21727225627063324330101
Binary1000111110111010101011101011101101101110100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,186,174); }

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

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

 a { background-color: rgb(143,186,174); }

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

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

 span { border-color: rgb(143,186,174); }

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