#8ABA9B

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

Shades of Summer Green #8ABA9B

Tints of Summer Green #8ABA9B

Color information

#8ABA9B (or 0x8ABA9B) is unknown color: approx Summer Green. HEX triplet: 8A, BA and 9B. RGB value is (138,186,155). Sum of RGB (Red+Green+Blue) = 138+186+155=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABA9B is #754564. Grayscale: #A8A8A8. Windows color (decimal): -7685477 or 10205834. OLE color: 10205834.

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

Color convert

RGB138186155-
CMYK0.2600.170.27
HSL141.25º25.81%63.53%-
HSV(B)141.25º25.81%72.94%-
XYZ33.9642.8937.5-
YUV168.11120.6106.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.81%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 155 (60.94% from 255) = 32.36%
R=28.81%
G=38.83%
B=32.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861550.2600.170.27141.2525.8163.53
Hex8ABA9B1A0111B8d1a40
Octal212272233320213321532100
Binary100010101011101010011011110100100011101110001101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,186,155); }

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

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

 a { background-color: rgb(138,186,155); }

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

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

 span { border-color: rgb(138,186,155); }

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