Html Css Color HEX #8FAB94 Envy

📋 copy color: '#8FAB94'

red 143 ◦ green 171 ◦ blue 148

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

Shades of Envy #8FAB94

Tints of Envy #8FAB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.03%

R = 30.95%
G = 37.01%
B = 32.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#8FAB94 (or 0x8FAB94) is known color: Envy. HEX triplet: 8F, AB and 94. RGB value is (143,171,148). Sum of RGB (Red+Green+Blue) = 143+171+148=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAB94 is #70546B. Grayscale: #A0A0A0. Windows color (decimal): -7361644 or 9743247. OLE color: 9743247.

HSL color Cylindrical-coordinate representation of color #8FAB94: hue angle of 130.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 #8FAB94 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 171 148 -
CMYK 0.16 0 0.13 0.33
HSL 130.71º 0.14% 0.62% -
HSV(B) 130.71º 0.16% 0.67% -
XYZ 31.24 37.1 33.53 -
YUV 160.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 143 171 148 0.16 0 0.13 0.33 130.71 0.14 0.62
Hex 8F AB 94 10 0 D 21 83 E 3E
Octal 217 253 224 20 0 15 41 203 16 76
Binary 10001111 10101011 10010100 10000 0 1101 100001 10000011 1110 111110

Color Harmonies of #8FAB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAB94

Black with #8FAB94

Text Example


Text Example

White with #8FAB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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