#98ADAA

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

Shades of Hit Grey #98ADAA

Tints of Hit Grey #98ADAA

Color information

#98ADAA (or 0x98ADAA) is unknown color: approx Hit Grey. HEX triplet: 98, AD and AA. RGB value is (152,173,170). Sum of RGB (Red+Green+Blue) = 152+173+170=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADAA is #675255. Grayscale: #A6A6A6. Windows color (decimal): -6771286 or 11185560. OLE color: 11185560.

HSL color Cylindrical-coordinate representation of color #98ADAA: hue angle of 171.43º 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 #98ADAA is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB152173170-
CMYK0.1200.020.32
HSL171.43º11.35%63.73%-
HSV(B)171.43º12.14%67.84%-
XYZ35.1539.4643.8-
YUV166.38130.04117.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=30.71%
G=34.95%
B=34.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731700.1200.020.32171.4311.3563.73
Hex98ADAAC0220abb40
Octal23025525214024025313100
Binary10011000101011011010101011000101000001010101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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