#8FBAB6

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

Shades of Shadow Green #8FBAB6

Tints of Shadow Green #8FBAB6

Color information

#8FBAB6 (or 0x8FBAB6) is unknown color: approx Shadow Green. HEX triplet: 8F, BA and B6. RGB value is (143,186,182). Sum of RGB (Red+Green+Blue) = 143+186+182=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBAB6 is #704549. Grayscale: #ACACAC. Windows color (decimal): -7357770 or 11975311. OLE color: 11975311.

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

Color convert

RGB143186182-
CMYK0.2300.020.27
HSL174.42º23.76%64.51%-
HSV(B)174.42º23.12%72.94%-
XYZ37.3344.3350.85-
YUV172.69133.25106.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.98%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=27.98%
G=36.40%
B=35.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431861820.2300.020.27174.4223.7664.51
Hex8FBAB617021Bae1841
Octal21727226627023325630101
Binary100011111011101010110110101110101101110101110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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