#8AC7AC

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

Shades of Vista Blue #8AC7AC

Tints of Vista Blue #8AC7AC

Color information

#8AC7AC (or 0x8AC7AC) is unknown color: approx Vista Blue. HEX triplet: 8A, C7 and AC. RGB value is (138,199,172). Sum of RGB (Red+Green+Blue) = 138+199+172=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC7AC is #753853. Grayscale: #B1B1B1. Windows color (decimal): -7682132 or 11323274. OLE color: 11323274.

HSL color Cylindrical-coordinate representation of color #8AC7AC: hue angle of 153.44º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC7AC is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB138199172-
CMYK0.3100.140.22
HSL153.44º35.26%66.08%-
HSV(B)153.44º30.65%78.04%-
XYZ38.3549.2346.51-
YUV177.68124.7999.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 199 (78.12% from 255) = 39.10%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=27.11%
G=39.10%
B=33.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381991720.3100.140.22153.4435.2666.08
Hex8AC7AC1F0E16992342
Octal212307254370162623143102
Binary100010101100011110101100111110111010110100110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,199,172); }

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

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

 a { background-color: rgb(138,199,172); }

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

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

 span { border-color: rgb(138,199,172); }

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