Html Css Color HEX #98AFAF Hit Grey

📋 copy color: '#98AFAF'

red 152 ◦ green 175 ◦ blue 175

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

Shades of Hit Grey #98AFAF

Tints of Hit Grey #98AFAF

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 value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#98AFAF (or 0x98AFAF) is known color: 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

RGB 152 175 175 -
CMYK 0.13 0 0 0.31
HSL 180º 0.13% 0.64% -
HSV(B) 180º 0.13% 0.69% -
XYZ 36.02 40.43 46.46 -
YUV 168.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 152 175 175 0.13 0 0 0.31 180 0.13 0.64
Hex 98 AF AF D 0 0 1F B4 D 40
Octal 230 257 257 15 0 0 37 264 15 100
Binary 10011000 10101111 10101111 1101 0 0 11111 10110100 1101 1000000

Color Harmonies of #98AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AFAF

Black with #98AFAF

Text Example


Text Example

White with #98AFAF

Text Example


Text Example

HTML Codes & Css Web 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>