Html Css Color HEX #8AAE92 Envy

📋 copy color: '#8AAE92'

red 138 ◦ green 174 ◦ blue 146

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

Shades of Envy #8AAE92

Tints of Envy #8AAE92

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.99%

 BLUE value IS 146 (57.42% from 255) = 31.88%

R = 30.13%
G = 37.99%
B = 31.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#8AAE92 (or 0x8AAE92) is known color: Envy. HEX triplet: 8A, AE and 92. RGB value is (138,174,146). Sum of RGB (Red+Green+Blue) = 138+174+146=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAE92 is #75516D. Grayscale: #A0A0A0. Windows color (decimal): -7688558 or 9612938. OLE color: 9612938.

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

Color convert

RGB 138 174 146 -
CMYK 0.21 0 0.16 0.32
HSL 133.33º 0.18% 0.61% -
HSV(B) 133.33º 0.21% 0.68% -
XYZ 30.81 37.75 32.86 -
YUV 160.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 138 174 146 0.21 0 0.16 0.32 133.33 0.18 0.61
Hex 8A AE 92 15 0 10 20 85 12 3D
Octal 212 256 222 25 0 20 40 205 22 75
Binary 10001010 10101110 10010010 10101 0 10000 100000 10000101 10010 111101

Color Harmonies of #8AAE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE92

Black with #8AAE92

Text Example


Text Example

White with #8AAE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,146); }

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

background-color css

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

 a { background-color: rgb(138,174,146); }

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

border-color css

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

 span { border-color: rgb(138,174,146); }

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