#95CDAA

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

Shades of Vista Blue #95CDAA

Tints of Vista Blue #95CDAA

Color information

#95CDAA (or 0x95CDAA) is unknown color: approx Vista Blue. HEX triplet: 95, CD and AA. RGB value is (149,205,170). Sum of RGB (Red+Green+Blue) = 149+205+170=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CDAA is #6A3255. Grayscale: #B8B8B8. Windows color (decimal): -6959702 or 11193749. OLE color: 11193749.

HSL color Cylindrical-coordinate representation of color #95CDAA: hue angle of 142.5º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CDAA is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB149205170-
CMYK0.2700.170.20
HSL142.5º35.9%69.41%-
HSV(B)142.5º27.32%80.39%-
XYZ41.4852.9546.07-
YUV184.27119.95102.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=28.44%
G=39.12%
B=32.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051700.2700.170.20142.535.969.41
Hex95CDAA1B011148e2445
Octal225315252330212421644105
Binary1001010111001101101010101101101000110100100011101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CDAA; }

 p { color: rgb(149,205,170); }

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

<style>
 a { background-color: #95CDAA; }

 a { background-color: rgb(149,205,170); }

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

<style>
 span { border-color: #95CDAA; }

 span { border-color: rgb(149,205,170); }

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