Html Css Color HEX #8FADAB Hit Grey

📋 copy color: '#8FADAB'

red 143 ◦ green 173 ◦ blue 171

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

Shades of Hit Grey #8FADAB

Tints of Hit Grey #8FADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.52%

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

R = 29.36%
G = 35.52%
B = 35.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#8FADAB (or 0x8FADAB) is known color: Hit Grey. HEX triplet: 8F, AD and AB. RGB value is (143,173,171). Sum of RGB (Red+Green+Blue) = 143+173+171=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #8FADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FADAB is #705254. Grayscale: #A3A3A3. Windows color (decimal): -7361109 or 11251087. OLE color: 11251087.

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

Color convert

RGB 143 173 171 -
CMYK 0.17 0 0.01 0.32
HSL 176º 0.15% 0.62% -
HSV(B) 176º 0.17% 0.68% -
XYZ 33.62 38.67 44.22 -
YUV 163.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 143 173 171 0.17 0 0.01 0.32 176 0.15 0.62
Hex 8F AD AB 11 0 1 20 B0 F 3E
Octal 217 255 253 21 0 1 40 260 17 76
Binary 10001111 10101101 10101011 10001 0 1 100000 10110000 1111 111110

Color Harmonies of #8FADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADAB

Black with #8FADAB

Text Example


Text Example

White with #8FADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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