#95ABA8

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

Shades of Hit Grey #95ABA8

Tints of Hit Grey #95ABA8

Color information

#95ABA8 (or 0x95ABA8) is unknown color: approx Hit Grey. HEX triplet: 95, AB and A8. RGB value is (149,171,168). Sum of RGB (Red+Green+Blue) = 149+171+168=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 171 - color contains mainly: green. Hex color #95ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ABA8 is #6A5457. Grayscale: #A4A4A4. Windows color (decimal): -6968408 or 11053973. OLE color: 11053973.

HSL color Cylindrical-coordinate representation of color #95ABA8: hue angle of 171.82º 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 #95ABA8 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB149171168-
CMYK0.1300.020.33
HSL171.82º11.58%62.75%-
HSV(B)171.82º12.87%67.06%-
XYZ34.0338.3442.65-
YUV164.08130.21117.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 168 (66.02% from 255) = 34.43%
R=30.53%
G=35.04%
B=34.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491711680.1300.020.33171.8211.5862.75
Hex95ABA8D0221acc3f
Octal2252532501502412541477
Binary1001010110101011101010001101010100001101011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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