Html Css Color HEX #8FACAA Hit Grey

📋 copy color: '#8FACAA'

red 143 ◦ green 172 ◦ blue 170

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

Shades of Hit Grey #8FACAA

Tints of Hit Grey #8FACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 29.48%
G = 35.46%
B = 35.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#8FACAA (or 0x8FACAA) is known color: Hit Grey. HEX triplet: 8F, AC and AA. RGB value is (143,172,170). Sum of RGB (Red+Green+Blue) = 143+172+170=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #8FACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FACAA is #705355. Grayscale: #A3A3A3. Windows color (decimal): -7361366 or 11185295. OLE color: 11185295.

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

Color convert

RGB 143 172 170 -
CMYK 0.17 0 0.01 0.33
HSL 175.86º 0.15% 0.62% -
HSV(B) 175.86º 0.17% 0.67% -
XYZ 33.34 38.25 43.66 -
YUV 163.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 143 172 170 0.17 0 0.01 0.33 175.86 0.15 0.62
Hex 8F AC AA 11 0 1 21 B0 F 3E
Octal 217 254 252 21 0 1 41 260 17 76
Binary 10001111 10101100 10101010 10001 0 1 100001 10110000 1111 111110

Color Harmonies of #8FACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACAA

Black with #8FACAA

Text Example


Text Example

White with #8FACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,172,170); }

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

background-color css

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

 a { background-color: rgb(143,172,170); }

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

border-color css

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

 span { border-color: rgb(143,172,170); }

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