Html Css Color HEX #8FA895 Edward

📋 copy color: '#8FA895'

red 143 ◦ green 168 ◦ blue 149

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

Shades of Edward #8FA895

Tints of Edward #8FA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

 BLUE value IS 149 (58.59% from 255) = 32.39%

R = 31.09%
G = 36.52%
B = 32.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#8FA895 (or 0x8FA895) is known color: Edward. HEX triplet: 8F, A8 and 95. RGB value is (143,168,149). Sum of RGB (Red+Green+Blue) = 143+168+149=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA895 is #70576A. Grayscale: #9E9E9E. Windows color (decimal): -7362411 or 9808015. OLE color: 9808015.

HSL color Cylindrical-coordinate representation of color #8FA895: hue angle of 134.4º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8FA895 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 143 168 149 -
CMYK 0.15 0 0.11 0.34
HSL 134.4º 0.13% 0.61% -
HSV(B) 134.4º 0.15% 0.66% -
XYZ 30.76 36.01 33.76 -
YUV 158.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 143 168 149 0.15 0 0.11 0.34 134.4 0.13 0.61
Hex 8F A8 95 F 0 B 22 86 D 3D
Octal 217 250 225 17 0 13 42 206 15 75
Binary 10001111 10101000 10010101 1111 0 1011 100010 10000110 1101 111101

Color Harmonies of #8FA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA895

Black with #8FA895

Text Example


Text Example

White with #8FA895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,168,149); }

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

background-color css

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

 a { background-color: rgb(143,168,149); }

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

border-color css

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

 span { border-color: rgb(143,168,149); }

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