#95D0AB

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

Shades of Vista Blue #95D0AB

Tints of Vista Blue #95D0AB

Color information

#95D0AB (or 0x95D0AB) is unknown color: approx Vista Blue. HEX triplet: 95, D0 and AB. RGB value is (149,208,171). Sum of RGB (Red+Green+Blue) = 149+208+171=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #95D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D0AB is #6A2F54. Grayscale: #BABABA. Windows color (decimal): -6958933 or 11260053. OLE color: 11260053.

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

Color convert

RGB149208171-
CMYK0.2800.180.18
HSL142.37º38.56%70%-
HSV(B)142.37º28.37%81.57%-
XYZ42.354.4446.81-
YUV186.14119.45101.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=28.22%
G=39.39%
B=32.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492081710.2800.180.18142.3738.5670
Hex95D0AB1C012128e2746
Octal225320253340222221647106
Binary1001010111010000101010111110001001010010100011101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,208,171); }

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

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

 a { background-color: rgb(149,208,171); }

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

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

 span { border-color: rgb(149,208,171); }

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