#8BC6AC

Color #8BC6AC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8BC6AC

Tints of Vista Blue #8BC6AC

Color information

#8BC6AC (or 0x8BC6AC) is unknown color: approx Vista Blue. HEX triplet: 8B, C6 and AC. RGB value is (139,198,172). Sum of RGB (Red+Green+Blue) = 139+198+172=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC6AC is #743953. Grayscale: #B1B1B1. Windows color (decimal): -7616852 or 11323019. OLE color: 11323019.

HSL color Cylindrical-coordinate representation of color #8BC6AC: hue angle of 153.56º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BC6AC is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB139198172-
CMYK0.3000.130.22
HSL153.56º34.1%66.08%-
HSV(B)153.56º29.8%77.65%-
XYZ38.2948.8646.44-
YUV177.4124.95100.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 198 (77.73% from 255) = 38.90%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=27.31%
G=38.90%
B=33.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391981720.3000.130.22153.5634.166.08
Hex8BC6AC1E0D169a2242
Octal213306254360152623242102
Binary100010111100011010101100111100110110110100110101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,198,172); }

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

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

 a { background-color: rgb(139,198,172); }

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

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

 span { border-color: rgb(139,198,172); }

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