#98ADAB

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

Shades of Hit Grey #98ADAB

Tints of Hit Grey #98ADAB

Color information

#98ADAB (or 0x98ADAB) is unknown color: approx Hit Grey. HEX triplet: 98, AD and AB. RGB value is (152,173,171). Sum of RGB (Red+Green+Blue) = 152+173+171=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADAB is #675254. Grayscale: #A6A6A6. Windows color (decimal): -6771285 or 11251096. OLE color: 11251096.

HSL color Cylindrical-coordinate representation of color #98ADAB: hue angle of 174.29º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98ADAB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB152173171-
CMYK0.1200.010.32
HSL174.29º11.35%63.73%-
HSV(B)174.29º12.14%67.84%-
XYZ35.2439.544.3-
YUV166.49130.54117.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=30.65%
G=34.88%
B=34.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731710.1200.010.32174.2911.3563.73
Hex98ADABC0120aeb40
Octal23025525314014025613100
Binary1001100010101101101010111100011000001010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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