Html Css Color HEX #8AA193 Edward

📋 copy color: '#8AA193'

red 138 ◦ green 161 ◦ blue 147

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

Shades of Edward #8AA193

Tints of Edward #8AA193

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.1%

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

R = 30.94%
G = 36.1%
B = 32.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#8AA193 (or 0x8AA193) is known color: Edward. HEX triplet: 8A, A1 and 93. RGB value is (138,161,147). Sum of RGB (Red+Green+Blue) = 138+161+147=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA193 is #755E6C. Grayscale: #989898. Windows color (decimal): -7691885 or 9675146. OLE color: 9675146.

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

Color convert

RGB 138 161 147 -
CMYK 0.14 0 0.09 0.37
HSL 143.48º 0.11% 0.59% -
HSV(B) 143.48º 0.14% 0.63% -
XYZ 28.49 33 32.47 -
YUV 152.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 138 161 147 0.14 0 0.09 0.37 143.48 0.11 0.59
Hex 8A A1 93 E 0 9 25 8F B 3B
Octal 212 241 223 16 0 11 45 217 13 73
Binary 10001010 10100001 10010011 1110 0 1001 100101 10001111 1011 111011

Color Harmonies of #8AA193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA193

Black with #8AA193

Text Example


Text Example

White with #8AA193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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