#95D3AC

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

Shades of Vista Blue #95D3AC

Tints of Vista Blue #95D3AC

Color information

#95D3AC (or 0x95D3AC) is unknown color: approx Vista Blue. HEX triplet: 95, D3 and AC. RGB value is (149,211,172). Sum of RGB (Red+Green+Blue) = 149+211+172=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D3AC is #6A2C53. Grayscale: #BCBCBC. Windows color (decimal): -6958164 or 11326357. OLE color: 11326357.

HSL color Cylindrical-coordinate representation of color #95D3AC: hue angle of 142.26º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3AC is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB149211172-
CMYK0.2900.180.17
HSL142.26º41.33%70.59%-
HSV(B)142.26º29.38%82.75%-
XYZ43.1455.9647.56-
YUV188.02118.96100.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=28.01%
G=39.66%
B=32.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492111720.2900.180.17142.2641.3370.59
Hex95D3AC1D012118e2947
Octal225323254350222121651107
Binary1001010111010011101011001110101001010001100011101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,211,172); }

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

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

 a { background-color: rgb(149,211,172); }

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

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

 span { border-color: rgb(149,211,172); }

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