#90ABAA

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

Shades of Hit Grey #90ABAA

Tints of Hit Grey #90ABAA

Color information

#90ABAA (or 0x90ABAA) is unknown color: approx Hit Grey. HEX triplet: 90, AB and AA. RGB value is (144,171,170). Sum of RGB (Red+Green+Blue) = 144+171+170=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #90ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABAA is #6F5455. Grayscale: #A2A2A2. Windows color (decimal): -7296086 or 11185040. OLE color: 11185040.

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

Color convert

RGB144171170-
CMYK0.1600.010.33
HSL177.78º13.85%61.76%-
HSV(B)177.78º15.79%67.06%-
XYZ33.3237.9643.6-
YUV162.81132.05114.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.69%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=29.69%
G=35.26%
B=35.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441711700.1600.010.33177.7813.8561.76
Hex90ABAA100121b2e3e
Octal2202532522001412621676
Binary1001000010101011101010101000001100001101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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