Html Css Color HEX #8AA090 Envy

📋 copy color: '#8AA090'

red 138 ◦ green 160 ◦ blue 144

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

Shades of Envy #8AA090

Tints of Envy #8AA090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.58%

R = 31.22%
G = 36.2%
B = 32.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#8AA090 (or 0x8AA090) is known color: Envy. HEX triplet: 8A, A0 and 90. RGB value is (138,160,144). Sum of RGB (Red+Green+Blue) = 138+160+144=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA090 is #755F6F. Grayscale: #979797. Windows color (decimal): -7692144 or 9478282. OLE color: 9478282.

HSL color Cylindrical-coordinate representation of color #8AA090: hue angle of 136.36º 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 #8AA090 is Cyan = 0.14, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 160 144 -
CMYK 0.14 0 0.1 0.37
HSL 136.36º 0.1% 0.58% -
HSV(B) 136.36º 0.14% 0.63% -
XYZ 28.09 32.56 31.19 -
YUV 151.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 138 160 144 0.14 0 0.1 0.37 136.36 0.1 0.58
Hex 8A A0 90 E 0 A 25 88 A 3A
Octal 212 240 220 16 0 12 45 210 12 72
Binary 10001010 10100000 10010000 1110 0 1010 100101 10001000 1010 111010

Color Harmonies of #8AA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA090

Black with #8AA090

Text Example


Text Example

White with #8AA090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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