#97AFAF

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

Shades of Hit Grey #97AFAF

Tints of Hit Grey #97AFAF

Color information

#97AFAF (or 0x97AFAF) is unknown color: approx Hit Grey. HEX triplet: 97, AF and AF. RGB value is (151,175,175). Sum of RGB (Red+Green+Blue) = 151+175+175=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #97AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFAF is #685050. Grayscale: #A7A7A7. Windows color (decimal): -6836305 or 11513751. OLE color: 11513751.

HSL color Cylindrical-coordinate representation of color #97AFAF: hue angle of 180º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97AFAF is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151175175-
CMYK0.14000.31
HSL180º13.04%63.92%-
HSV(B)180º13.71%68.63%-
XYZ35.8340.3346.45-
YUV167.82132.05116-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.14%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=30.14%
G=34.93%
B=34.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751750.14000.3118013.0463.92
Hex97AFAFE001Fb4d40
Octal22725725716003726415100
Binary100101111010111110101111111000111111011010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,175,175); }

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

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

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

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

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

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

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