#8FBAB9

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

Shades of Shadow Green #8FBAB9

Tints of Shadow Green #8FBAB9

Color information

#8FBAB9 (or 0x8FBAB9) is unknown color: approx Shadow Green. HEX triplet: 8F, BA and B9. RGB value is (143,186,185). Sum of RGB (Red+Green+Blue) = 143+186+185=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBAB9 is #704546. Grayscale: #ACACAC. Windows color (decimal): -7357767 or 12171919. OLE color: 12171919.

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

Color convert

RGB143186185-
CMYK0.2300.010.27
HSL178.6º23.76%64.51%-
HSV(B)178.6º23.12%72.94%-
XYZ37.6444.4652.5-
YUV173.03134.75106.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.82%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=27.82%
G=36.19%
B=35.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431861850.2300.010.27178.623.7664.51
Hex8FBAB917011Bb31841
Octal21727227127013326330101
Binary10001111101110101011100110111011101110110011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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