#9AC9AC

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

Shades of Vista Blue #9AC9AC

Tints of Vista Blue #9AC9AC

Color information

#9AC9AC (or 0x9AC9AC) is unknown color: approx Vista Blue. HEX triplet: 9A, C9 and AC. RGB value is (154,201,172). Sum of RGB (Red+Green+Blue) = 154+201+172=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC9AC is #653653. Grayscale: #B7B7B7. Windows color (decimal): -6633044 or 11323802. OLE color: 11323802.

HSL color Cylindrical-coordinate representation of color #9AC9AC: hue angle of 142.98º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AC9AC is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB154201172-
CMYK0.2300.140.21
HSL142.98º30.32%69.61%-
HSV(B)142.98º23.38%78.82%-
XYZ41.6651.6246.8-
YUV183.64121.43106.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=29.22%
G=38.14%
B=32.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542011720.2300.140.21142.9830.3269.61
Hex9AC9AC170E158f1e46
Octal232311254270162521736106
Binary10011010110010011010110010111011101010110001111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,201,172); }

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

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

 a { background-color: rgb(154,201,172); }

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

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

 span { border-color: rgb(154,201,172); }

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