#99CCAC

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

Shades of Vista Blue #99CCAC

Tints of Vista Blue #99CCAC

Color information

#99CCAC (or 0x99CCAC) is unknown color: approx Vista Blue. HEX triplet: 99, CC and AC. RGB value is (153,204,172). Sum of RGB (Red+Green+Blue) = 153+204+172=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CCAC is #663353. Grayscale: #B9B9B9. Windows color (decimal): -6697812 or 11324569. OLE color: 11324569.

HSL color Cylindrical-coordinate representation of color #99CCAC: hue angle of 142.35º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CCAC is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB153204172-
CMYK0.2500.160.2
HSL142.35º33.33%70%-
HSV(B)142.35º25%80%-
XYZ42.1852.9447.02-
YUV185.1120.6105.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=28.92%
G=38.56%
B=32.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041720.2500.160.2142.3533.3370
Hex99CCAC19010148e2146
Octal231314254310202421641106
Binary1001100111001100101011001100101000010100100011101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CCAC; }

 p { color: rgb(153,204,172); }

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

<style>
 a { background-color: #99CCAC; }

 a { background-color: rgb(153,204,172); }

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

<style>
 span { border-color: #99CCAC; }

 span { border-color: rgb(153,204,172); }

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