#8BE6AC

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

Shades of Vista Blue #8BE6AC

Tints of Vista Blue #8BE6AC

Color information

#8BE6AC (or 0x8BE6AC) is unknown color: approx Vista Blue. HEX triplet: 8B, E6 and AC. RGB value is (139,230,172). Sum of RGB (Red+Green+Blue) = 139+230+172=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #8BE6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BE6AC is #741953. Grayscale: #C4C4C4. Windows color (decimal): -7608660 or 11331211. OLE color: 11331211.

HSL color Cylindrical-coordinate representation of color #8BE6AC: hue angle of 141.76º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE6AC is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB139230172-
CMYK0.4000.250.10
HSL141.76º64.54%72.35%-
HSV(B)141.76º39.57%90.2%-
XYZ46.3965.0649.14-
YUV196.18114.3587.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.69%
GREEN value IS 230 (90.23% from 255) = 42.51%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=25.69%
G=42.51%
B=31.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1392301720.4000.250.10141.7664.5472.35
Hex8BE6AC28019A8e4148
Octal2133462545003112216101110
Binary10001011111001101010110010100001100110101000111010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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