Html Css Color HEX #8AAD8F Envy

📋 copy color: '#8AAD8F'

red 138 ◦ green 173 ◦ blue 143

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

Shades of Envy #8AAD8F

Tints of Envy #8AAD8F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

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

R = 30.4%
G = 38.11%
B = 31.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#8AAD8F (or 0x8AAD8F) is known color: Envy. HEX triplet: 8A, AD and 8F. RGB value is (138,173,143). Sum of RGB (Red+Green+Blue) = 138+173+143=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAD8F is #755270. Grayscale: #9F9F9F. Windows color (decimal): -7688817 or 9416074. OLE color: 9416074.

HSL color Cylindrical-coordinate representation of color #8AAD8F: hue angle of 128.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AAD8F is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 173 143 -
CMYK 0.20 0 0.17 0.32
HSL 128.57º 0.18% 0.61% -
HSV(B) 128.57º 0.2% 0.68% -
XYZ 30.38 37.27 31.58 -
YUV 159.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 138 173 143 0.20 0 0.17 0.32 128.57 0.18 0.61
Hex 8A AD 8F 14 0 11 20 81 12 3D
Octal 212 255 217 24 0 21 40 201 22 75
Binary 10001010 10101101 10001111 10100 0 10001 100000 10000001 10010 111101

Color Harmonies of #8AAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAD8F

Black with #8AAD8F

Text Example


Text Example

White with #8AAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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