Html Css Color HEX #8AA48C Envy

📋 copy color: '#8AA48C'

red 138 ◦ green 164 ◦ blue 140

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

Shades of Envy #8AA48C

Tints of Envy #8AA48C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.1%

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 31.22%
G = 37.1%
B = 31.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#8AA48C (or 0x8AA48C) is known color: Envy. HEX triplet: 8A, A4 and 8C. RGB value is (138,164,140). Sum of RGB (Red+Green+Blue) = 138+164+140=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA48C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA48C is #755B73. Grayscale: #999999. Windows color (decimal): -7691124 or 9217162. OLE color: 9217162.

HSL color Cylindrical-coordinate representation of color #8AA48C: hue angle of 124.62º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA48C is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 164 140 -
CMYK 0.16 0 0.15 0.36
HSL 124.62º 0.13% 0.59% -
HSV(B) 124.62º 0.16% 0.64% -
XYZ 28.49 33.85 29.84 -
YUV 153.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 138 164 140 0.16 0 0.15 0.36 124.62 0.13 0.59
Hex 8A A4 8C 10 0 F 24 7D C 3B
Octal 212 244 214 20 0 17 44 175 14 73
Binary 10001010 10100100 10001100 10000 0 1111 100100 1111101 1100 111011

Color Harmonies of #8AA48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA48C

Black with #8AA48C

Text Example


Text Example

White with #8AA48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,164,140); }

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

background-color css

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

 a { background-color: rgb(138,164,140); }

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

border-color css

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

 span { border-color: rgb(138,164,140); }

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