Html Css Color HEX #95ADAA Hit Grey

📋 copy color: '#95ADAA'

red 149 ◦ green 173 ◦ blue 170

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

Shades of Hit Grey #95ADAA

Tints of Hit Grey #95ADAA

RGB

 RED value IS 149 (58.59% from 255) = 30.28%

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

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

R = 30.28%
G = 35.16%
B = 34.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#95ADAA (or 0x95ADAA) is known color: Hit Grey. HEX triplet: 95, AD and AA. RGB value is (149,173,170). Sum of RGB (Red+Green+Blue) = 149+173+170=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #95ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ADAA is #6A5255. Grayscale: #A5A5A5. Windows color (decimal): -6967894 or 11185557. OLE color: 11185557.

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

Color convert

RGB 149 173 170 -
CMYK 0.14 0 0.02 0.32
HSL 172.5º 0.13% 0.63% -
HSV(B) 172.5º 0.14% 0.68% -
XYZ 34.59 39.18 43.77 -
YUV 165.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 149 173 170 0.14 0 0.02 0.32 172.5 0.13 0.63
Hex 95 AD AA E 0 2 20 AC D 3F
Octal 225 255 252 16 0 2 40 254 15 77
Binary 10010101 10101101 10101010 1110 0 10 100000 10101100 1101 111111

Color Harmonies of #95ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADAA

Black with #95ADAA

Text Example


Text Example

White with #95ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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