#8FBBBA

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

Shades of Shadow Green #8FBBBA

Tints of Shadow Green #8FBBBA

Color information

#8FBBBA (or 0x8FBBBA) is unknown color: approx Shadow Green. HEX triplet: 8F, BB and BA. RGB value is (143,187,186). Sum of RGB (Red+Green+Blue) = 143+187+186=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBBA is #704445. Grayscale: #ADADAD. Windows color (decimal): -7357510 or 12237711. OLE color: 12237711.

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

Color convert

RGB143187186-
CMYK0.2400.010.27
HSL178.64º24.44%64.71%-
HSV(B)178.64º23.53%73.33%-
XYZ37.9644.9353.13-
YUV173.73134.92106.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.71%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=27.71%
G=36.24%
B=36.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431871860.2400.010.27178.6424.4464.71
Hex8FBBBA18011Bb31841
Octal21727327230013326330101
Binary10001111101110111011101011000011101110110011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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