#9AC4AA

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

Shades of Vista Blue #9AC4AA

Tints of Vista Blue #9AC4AA

Color information

#9AC4AA (or 0x9AC4AA) is unknown color: approx Vista Blue. HEX triplet: 9A, C4 and AA. RGB value is (154,196,170). Sum of RGB (Red+Green+Blue) = 154+196+170=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC4AA is #653B55. Grayscale: #B4B4B4. Windows color (decimal): -6634326 or 11191450. OLE color: 11191450.

HSL color Cylindrical-coordinate representation of color #9AC4AA: hue angle of 142.86º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC4AA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB154196170-
CMYK0.2100.130.23
HSL142.86º26.25%68.63%-
HSV(B)142.86º21.43%76.86%-
XYZ40.3249.2545.41-
YUV180.48122.09109.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.62%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=29.62%
G=37.69%
B=32.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541961700.2100.130.23142.8626.2568.63
Hex9AC4AA150D178f1a45
Octal232304252250152721732105
Binary10011010110001001010101010101011011011110001111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC4AA; }

 p { color: rgb(154,196,170); }

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

<style>
 a { background-color: #9AC4AA; }

 a { background-color: rgb(154,196,170); }

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

<style>
 span { border-color: #9AC4AA; }

 span { border-color: rgb(154,196,170); }

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