#8BBAB1

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

Shades of Shadow Green #8BBAB1

Tints of Shadow Green #8BBAB1

Color information

#8BBAB1 (or 0x8BBAB1) is unknown color: approx Shadow Green. HEX triplet: 8B, BA and B1. RGB value is (139,186,177). Sum of RGB (Red+Green+Blue) = 139+186+177=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBAB1 is #74454E. Grayscale: #AAAAAA. Windows color (decimal): -7619919 or 11647627. OLE color: 11647627.

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

Color convert

RGB139186177-
CMYK0.2500.050.27
HSL168.51º25.41%63.73%-
HSV(B)168.51º25.27%72.94%-
XYZ36.1443.7848.14-
YUV170.92131.43105.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.69%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=27.69%
G=37.05%
B=35.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391861770.2500.050.27168.5125.4163.73
Hex8BBAB119051Ba91940
Octal21327226131053325131100
Binary1000101110111010101100011100101011101110101001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,186,177); }

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

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

 a { background-color: rgb(139,186,177); }

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

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

 span { border-color: rgb(139,186,177); }

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