#95D2AA

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

Shades of Vista Blue #95D2AA

Tints of Vista Blue #95D2AA

Color information

#95D2AA (or 0x95D2AA) is unknown color: approx Vista Blue. HEX triplet: 95, D2 and AA. RGB value is (149,210,170). Sum of RGB (Red+Green+Blue) = 149+210+170=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D2AA is #6A2D55. Grayscale: #BBBBBB. Windows color (decimal): -6958422 or 11195029. OLE color: 11195029.

HSL color Cylindrical-coordinate representation of color #95D2AA: hue angle of 140.66º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D2AA is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB149210170-
CMYK0.2900.190.18
HSL140.66º40.4%70.39%-
HSV(B)140.66º29.05%82.35%-
XYZ42.755.3946.47-
YUV187.2118.29100.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=28.17%
G=39.70%
B=32.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492101700.2900.190.18140.6640.470.39
Hex95D2AA1D013128d2846
Octal225322252350232221550106
Binary1001010111010010101010101110101001110010100011011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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