#8ACCAA

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

Shades of Vista Blue #8ACCAA

Tints of Vista Blue #8ACCAA

Color information

#8ACCAA (or 0x8ACCAA) is unknown color: approx Vista Blue. HEX triplet: 8A, CC and AA. RGB value is (138,204,170). Sum of RGB (Red+Green+Blue) = 138+204+170=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCAA is #753355. Grayscale: #B4B4B4. Windows color (decimal): -7680854 or 11193482. OLE color: 11193482.

HSL color Cylindrical-coordinate representation of color #8ACCAA: hue angle of 149.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCAA is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB138204170-
CMYK0.3200.170.2
HSL149.09º39.29%67.06%-
HSV(B)149.09º32.35%80%-
XYZ39.3351.4945.9-
YUV180.39122.1397.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=26.95%
G=39.84%
B=33.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041700.3200.170.2149.0939.2967.06
Hex8ACCAA2001114952743
Octal212314252400212422547103
Binary10001010110011001010101010000001000110100100101011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,204,170); }

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

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

 a { background-color: rgb(138,204,170); }

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

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

 span { border-color: rgb(138,204,170); }

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