#95ABA6

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

Shades of Cascade #95ABA6

Tints of Cascade #95ABA6

Color information

#95ABA6 (or 0x95ABA6) is unknown color: approx Cascade. HEX triplet: 95, AB and A6. RGB value is (149,171,166). Sum of RGB (Red+Green+Blue) = 149+171+166=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 171 - color contains mainly: green. Hex color #95ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ABA6 is #6A5459. Grayscale: #A3A3A3. Windows color (decimal): -6968410 or 10922901. OLE color: 10922901.

HSL color Cylindrical-coordinate representation of color #95ABA6: hue angle of 166.36º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95ABA6 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB149171166-
CMYK0.1300.030.33
HSL166.36º11.58%62.75%-
HSV(B)166.36º12.87%67.06%-
XYZ33.8438.2741.68-
YUV163.85129.21117.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 166 (65.23% from 255) = 34.16%
R=30.66%
G=35.19%
B=34.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491711660.1300.030.33166.3611.5862.75
Hex95ABA6D0321a6c3f
Octal2252532461503412461477
Binary1001010110101011101001101101011100001101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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