Html Css Color HEX #8FABA9 Hit Grey

📋 copy color: '#8FABA9'

red 143 ◦ green 171 ◦ blue 169

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

Shades of Hit Grey #8FABA9

Tints of Hit Grey #8FABA9

RGB

 RED value IS 143 (56.25% from 255) = 29.61%

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

 BLUE value IS 169 (66.41% from 255) = 34.99%

R = 29.61%
G = 35.4%
B = 34.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#8FABA9 (or 0x8FABA9) is known color: Hit Grey. HEX triplet: 8F, AB and A9. RGB value is (143,171,169). Sum of RGB (Red+Green+Blue) = 143+171+169=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA9 is #705456. Grayscale: #A2A2A2. Windows color (decimal): -7361623 or 11119503. OLE color: 11119503.

HSL color Cylindrical-coordinate representation of color #8FABA9: hue angle of 175.71º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FABA9 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 171 169 -
CMYK 0.16 0 0.01 0.33
HSL 175.71º 0.14% 0.62% -
HSV(B) 175.71º 0.16% 0.67% -
XYZ 33.05 37.83 43.1 -
YUV 162.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 143 171 169 0.16 0 0.01 0.33 175.71 0.14 0.62
Hex 8F AB A9 10 0 1 21 B0 E 3E
Octal 217 253 251 20 0 1 41 260 16 76
Binary 10001111 10101011 10101001 10000 0 1 100001 10110000 1110 111110

Color Harmonies of #8FABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABA9

Black with #8FABA9

Text Example


Text Example

White with #8FABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FABA9; }

 p { color: rgb(143,171,169); }

 H1.HeaderClassName
 {
   color: #8FABA9;
 }
 .AnyTagClassName
 {
   color: #8FABA9;
 }
</style>

background-color css

<style>
 a { background-color: #8FABA9; }

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

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

border-color css

<style>
 span { border-color: #8FABA9; }

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

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