#98AFAF

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

Shades of Hit Grey #98AFAF

Tints of Hit Grey #98AFAF

Color information

#98AFAF (or 0x98AFAF) is unknown color: approx Hit Grey. HEX triplet: 98, AF and AF. RGB value is (152,175,175). Sum of RGB (Red+Green+Blue) = 152+175+175=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #98AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFAF is #675050. Grayscale: #A8A8A8. Windows color (decimal): -6770769 or 11513752. OLE color: 11513752.

HSL color Cylindrical-coordinate representation of color #98AFAF: 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.13%. Process color model (Four color, CMYK) of #98AFAF is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152175175-
CMYK0.13000.31
HSL180º12.57%64.12%-
HSV(B)180º13.14%68.63%-
XYZ36.0240.4346.46-
YUV168.12131.88116.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.28%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=30.28%
G=34.86%
B=34.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751750.13000.3118012.5764.12
Hex98AFAFD001Fb4d40
Octal23025725715003726415100
Binary100110001010111110101111110100111111011010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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