Html Css Color HEX #97ABAA Hit Grey

📋 copy color: '#97ABAA'

red 151 ◦ green 171 ◦ blue 170

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

Shades of Hit Grey #97ABAA

Tints of Hit Grey #97ABAA

RGB

 RED value IS 151 (59.38% from 255) = 30.69%

 GREEN value IS 171 (67.19% from 255) = 34.76%

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

R = 30.69%
G = 34.76%
B = 34.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#97ABAA (or 0x97ABAA) is known color: Hit Grey. HEX triplet: 97, AB and AA. RGB value is (151,171,170). Sum of RGB (Red+Green+Blue) = 151+171+170=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 171 - color contains mainly: green. Hex color #97ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ABAA is #685455. Grayscale: #A4A4A4. Windows color (decimal): -6837334 or 11185047. OLE color: 11185047.

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

Color convert

RGB 151 171 170 -
CMYK 0.12 0 0.01 0.33
HSL 177º 0.11% 0.63% -
HSV(B) 177º 0.12% 0.67% -
XYZ 34.58 38.61 43.66 -
YUV 164.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 151 171 170 0.12 0 0.01 0.33 177 0.11 0.63
Hex 97 AB AA C 0 1 21 B1 B 3F
Octal 227 253 252 14 0 1 41 261 13 77
Binary 10010111 10101011 10101010 1100 0 1 100001 10110001 1011 111111

Color Harmonies of #97ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ABAA

Black with #97ABAA

Text Example


Text Example

White with #97ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97ABAA;
 }
 .AnyTagClassName
 {
   color: #97ABAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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