#98ABAA

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

Shades of Hit Grey #98ABAA

Tints of Hit Grey #98ABAA

Color information

#98ABAA (or 0x98ABAA) is unknown color: approx Hit Grey. HEX triplet: 98, AB and AA. RGB value is (152,171,170). Sum of RGB (Red+Green+Blue) = 152+171+170=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #98ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ABAA is #675455. Grayscale: #A5A5A5. Windows color (decimal): -6771798 or 11185048. OLE color: 11185048.

HSL color Cylindrical-coordinate representation of color #98ABAA: hue angle of 176.84º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98ABAA is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB152171170-
CMYK0.1100.010.33
HSL176.84º10.16%63.33%-
HSV(B)176.84º11.11%67.06%-
XYZ34.7738.743.67-
YUV165.2130.71118.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=30.83%
G=34.69%
B=34.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521711700.1100.010.33176.8410.1663.33
Hex98ABAAB0121b1a3f
Octal2302532521301412611277
Binary100110001010101110101010101101100001101100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98ABAA; }

 p { color: rgb(152,171,170); }

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

<style>
 a { background-color: #98ABAA; }

 a { background-color: rgb(152,171,170); }

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

<style>
 span { border-color: #98ABAA; }

 span { border-color: rgb(152,171,170); }

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