Html Css Color HEX #8CAA8E Envy

📋 copy color: '#8CAA8E'

red 140 ◦ green 170 ◦ blue 142

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

Shades of Envy #8CAA8E

Tints of Envy #8CAA8E

RGB

 RED value IS 140 (55.08% from 255) = 30.97%

 GREEN value IS 170 (66.8% from 255) = 37.61%

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 30.97%
G = 37.61%
B = 31.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#8CAA8E (or 0x8CAA8E) is known color: Envy. HEX triplet: 8C, AA and 8E. RGB value is (140,170,142). Sum of RGB (Red+Green+Blue) = 140+170+142=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA8E is #735571. Grayscale: #9D9D9D. Windows color (decimal): -7558514 or 9349772. OLE color: 9349772.

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

Color convert

RGB 140 170 142 -
CMYK 0.18 0 0.16 0.33
HSL 124º 0.15% 0.61% -
HSV(B) 124º 0.18% 0.67% -
XYZ 30.07 36.28 31.01 -
YUV 157.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 140 170 142 0.18 0 0.16 0.33 124 0.15 0.61
Hex 8C AA 8E 12 0 10 21 7C F 3D
Octal 214 252 216 22 0 20 41 174 17 75
Binary 10001100 10101010 10001110 10010 0 10000 100001 1111100 1111 111101

Color Harmonies of #8CAA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA8E

Black with #8CAA8E

Text Example


Text Example

White with #8CAA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,142); }

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

background-color css

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

 a { background-color: rgb(140,170,142); }

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

border-color css

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

 span { border-color: rgb(140,170,142); }

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