Html Css Color HEX #8FAB97 Edward

📋 copy color: '#8FAB97'

red 143 ◦ green 171 ◦ blue 151

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

Shades of Edward #8FAB97

Tints of Edward #8FAB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.47%

R = 30.75%
G = 36.77%
B = 32.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#8FAB97 (or 0x8FAB97) is known color: Edward. HEX triplet: 8F, AB and 97. RGB value is (143,171,151). Sum of RGB (Red+Green+Blue) = 143+171+151=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAB97 is #705468. Grayscale: #A0A0A0. Windows color (decimal): -7361641 or 9939855. OLE color: 9939855.

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

Color convert

RGB 143 171 151 -
CMYK 0.16 0 0.12 0.33
HSL 137.14º 0.14% 0.62% -
HSV(B) 137.14º 0.16% 0.67% -
XYZ 31.48 37.2 34.8 -
YUV 160.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 143 171 151 0.16 0 0.12 0.33 137.14 0.14 0.62
Hex 8F AB 97 10 0 C 21 89 E 3E
Octal 217 253 227 20 0 14 41 211 16 76
Binary 10001111 10101011 10010111 10000 0 1100 100001 10001001 1110 111110

Color Harmonies of #8FAB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAB97

Black with #8FAB97

Text Example


Text Example

White with #8FAB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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