#99C5AA

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

Shades of Vista Blue #99C5AA

Tints of Vista Blue #99C5AA

Color information

#99C5AA (or 0x99C5AA) is unknown color: approx Vista Blue. HEX triplet: 99, C5 and AA. RGB value is (153,197,170). Sum of RGB (Red+Green+Blue) = 153+197+170=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C5AA is #663A55. Grayscale: #B4B4B4. Windows color (decimal): -6699606 or 11191705. OLE color: 11191705.

HSL color Cylindrical-coordinate representation of color #99C5AA: hue angle of 143.18º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C5AA is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB153197170-
CMYK0.2200.140.23
HSL143.18º27.5%68.63%-
HSV(B)143.18º22.34%77.25%-
XYZ40.3649.6145.48-
YUV180.77121.92108.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=29.42%
G=37.88%
B=32.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531971700.2200.140.23143.1827.568.63
Hex99C5AA160E178f1c45
Octal231305252260162721734105
Binary10011001110001011010101010110011101011110001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,197,170); }

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

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

 a { background-color: rgb(153,197,170); }

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

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

 span { border-color: rgb(153,197,170); }

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