Html Css Color HEX #9FABAB Hit Grey

📋 copy color: '#9FABAB'

red 159 ◦ green 171 ◦ blue 171

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

Shades of Hit Grey #9FABAB

Tints of Hit Grey #9FABAB

RGB

 RED value IS 159 (62.5% from 255) = 31.74%

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

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 31.74%
G = 34.13%
B = 34.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9FABAB (or 0x9FABAB) is known color: Hit Grey. HEX triplet: 9F, AB and AB. RGB value is (159,171,171). Sum of RGB (Red+Green+Blue) = 159+171+171=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #9FABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FABAB is #605454. Grayscale: #A7A7A7. Windows color (decimal): -6313045 or 11250591. OLE color: 11250591.

HSL color Cylindrical-coordinate representation of color #9FABAB: hue angle of 180º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FABAB is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 171 -
CMYK 0.07 0 0 0.33
HSL 180º 0.07% 0.65% -
HSV(B) 180º 0.07% 0.67% -
XYZ 36.21 39.44 44.23 -
YUV 167.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 159 171 171 0.07 0 0 0.33 180 0.07 0.65
Hex 9F AB AB 7 0 0 21 B4 7 41
Octal 237 253 253 7 0 0 41 264 7 101
Binary 10011111 10101011 10101011 111 0 0 100001 10110100 111 1000001

Color Harmonies of #9FABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABAB

Black with #9FABAB

Text Example


Text Example

White with #9FABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FABAB; }

 p { color: rgb(159,171,171); }

 H1.HeaderClassName
 {
   color: #9FABAB;
 }
 .AnyTagClassName
 {
   color: #9FABAB;
 }
</style>

background-color css

<style>
 a { background-color: #9FABAB; }

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

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

border-color css

<style>
 span { border-color: #9FABAB; }

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

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