Html Css Color HEX #93ADAA Hit Grey

📋 copy color: '#93ADAA'

red 147 ◦ green 173 ◦ blue 170

#93ADAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Grey #93ADAA

Tints of Hit Grey #93ADAA

RGB

 RED value IS 147 (57.81% from 255) = 30%

 GREEN value IS 173 (67.97% from 255) = 35.31%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 30%
G = 35.31%
B = 34.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#93ADAA (or 0x93ADAA) is known color: Hit Grey. HEX triplet: 93, AD and AA. RGB value is (147,173,170). Sum of RGB (Red+Green+Blue) = 147+173+170=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #93ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADAA is #6C5255. Grayscale: #A4A4A4. Windows color (decimal): -7098966 or 11185555. OLE color: 11185555.

HSL color Cylindrical-coordinate representation of color #93ADAA: hue angle of 173.08º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ADAA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 173 170 -
CMYK 0.15 0 0.02 0.32
HSL 173.08º 0.14% 0.63% -
HSV(B) 173.08º 0.15% 0.68% -
XYZ 34.23 38.99 43.75 -
YUV 164.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 147 173 170 0.15 0 0.02 0.32 173.08 0.14 0.63
Hex 93 AD AA F 0 2 20 AD E 3F
Octal 223 255 252 17 0 2 40 255 16 77
Binary 10010011 10101101 10101010 1111 0 10 100000 10101101 1110 111111

Color Harmonies of #93ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADAA

Black with #93ADAA

Text Example


Text Example

White with #93ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93ADAA;
 }
 .AnyTagClassName
 {
   color: #93ADAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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