Html Css Color HEX #97ABA8 Hit Grey

📋 copy color: '#97ABA8'

red 151 ◦ green 171 ◦ blue 168

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

Shades of Hit Grey #97ABA8

Tints of Hit Grey #97ABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.29%

R = 30.82%
G = 34.9%
B = 34.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#97ABA8 (or 0x97ABA8) is known color: Hit Grey. HEX triplet: 97, AB and A8. RGB value is (151,171,168). Sum of RGB (Red+Green+Blue) = 151+171+168=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 171 - color contains mainly: green. Hex color #97ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ABA8 is #685457. Grayscale: #A4A4A4. Windows color (decimal): -6837336 or 11053975. OLE color: 11053975.

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

Color convert

RGB 151 171 168 -
CMYK 0.12 0 0.02 0.33
HSL 171º 0.11% 0.63% -
HSV(B) 171º 0.12% 0.67% -
XYZ 34.39 38.53 42.67 -
YUV 164.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 151 171 168 0.12 0 0.02 0.33 171 0.11 0.63
Hex 97 AB A8 C 0 2 21 AB B 3F
Octal 227 253 250 14 0 2 41 253 13 77
Binary 10010111 10101011 10101000 1100 0 10 100001 10101011 1011 111111

Color Harmonies of #97ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ABA8

Black with #97ABA8

Text Example


Text Example

White with #97ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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