Html Css Color HEX #8AA38F Envy

📋 copy color: '#8AA38F'

red 138 ◦ green 163 ◦ blue 143

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

Shades of Envy #8AA38F

Tints of Envy #8AA38F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.71%

 BLUE value IS 143 (56.25% from 255) = 32.21%

R = 31.08%
G = 36.71%
B = 32.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#8AA38F (or 0x8AA38F) is known color: Envy. HEX triplet: 8A, A3 and 8F. RGB value is (138,163,143). Sum of RGB (Red+Green+Blue) = 138+163+143=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA38F is #755C70. Grayscale: #999999. Windows color (decimal): -7691377 or 9413514. OLE color: 9413514.

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

Color convert

RGB 138 163 143 -
CMYK 0.15 0 0.12 0.36
HSL 132º 0.12% 0.59% -
HSV(B) 132º 0.15% 0.64% -
XYZ 28.54 33.58 30.96 -
YUV 153.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 138 163 143 0.15 0 0.12 0.36 132 0.12 0.59
Hex 8A A3 8F F 0 C 24 84 C 3B
Octal 212 243 217 17 0 14 44 204 14 73
Binary 10001010 10100011 10001111 1111 0 1100 100100 10000100 1100 111011

Color Harmonies of #8AA38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA38F

Black with #8AA38F

Text Example


Text Example

White with #8AA38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,163,143); }

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

background-color css

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

 a { background-color: rgb(138,163,143); }

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

border-color css

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

 span { border-color: rgb(138,163,143); }

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