Html Css Color HEX #8AA093 Edward

📋 copy color: '#8AA093'

red 138 ◦ green 160 ◦ blue 147

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

Shades of Edward #8AA093

Tints of Edward #8AA093

RGB

 RED value IS 138 (54.3% from 255) = 31.01%

 GREEN value IS 160 (62.89% from 255) = 35.96%

 BLUE value IS 147 (57.81% from 255) = 33.03%

R = 31.01%
G = 35.96%
B = 33.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#8AA093 (or 0x8AA093) is known color: Edward. HEX triplet: 8A, A0 and 93. RGB value is (138,160,147). Sum of RGB (Red+Green+Blue) = 138+160+147=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA093 is #755F6C. Grayscale: #979797. Windows color (decimal): -7692141 or 9674890. OLE color: 9674890.

HSL color Cylindrical-coordinate representation of color #8AA093: hue angle of 144.55º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8AA093 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 160 147 -
CMYK 0.14 0 0.08 0.37
HSL 144.55º 0.1% 0.58% -
HSV(B) 144.55º 0.14% 0.63% -
XYZ 28.32 32.65 32.41 -
YUV 151.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 138 160 147 0.14 0 0.08 0.37 144.55 0.1 0.58
Hex 8A A0 93 E 0 8 25 91 A 3A
Octal 212 240 223 16 0 10 45 221 12 72
Binary 10001010 10100000 10010011 1110 0 1000 100101 10010001 1010 111010

Color Harmonies of #8AA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA093

Black with #8AA093

Text Example


Text Example

White with #8AA093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,160,147); }

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

background-color css

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

 a { background-color: rgb(138,160,147); }

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

border-color css

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

 span { border-color: rgb(138,160,147); }

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