Html Css Color HEX #8CAB8E Envy

📋 copy color: '#8CAB8E'

red 140 ◦ green 171 ◦ blue 142

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

Shades of Envy #8CAB8E

Tints of Envy #8CAB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.75%

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

R = 30.91%
G = 37.75%
B = 31.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#8CAB8E (or 0x8CAB8E) is known color: Envy. HEX triplet: 8C, AB and 8E. RGB value is (140,171,142). Sum of RGB (Red+Green+Blue) = 140+171+142=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB8E is #735471. Grayscale: #9E9E9E. Windows color (decimal): -7558258 or 9350028. OLE color: 9350028.

HSL color Cylindrical-coordinate representation of color #8CAB8E: hue angle of 123.87º degrees, saturation: 0.16, 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 #8CAB8E is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 142 -
CMYK 0.18 0 0.17 0.33
HSL 123.87º 0.16% 0.61% -
HSV(B) 123.87º 0.18% 0.67% -
XYZ 30.26 36.65 31.07 -
YUV 158.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 140 171 142 0.18 0 0.17 0.33 123.87 0.16 0.61
Hex 8C AB 8E 12 0 11 21 7C 10 3D
Octal 214 253 216 22 0 21 41 174 20 75
Binary 10001100 10101011 10001110 10010 0 10001 100001 1111100 10000 111101

Color Harmonies of #8CAB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB8E

Black with #8CAB8E

Text Example


Text Example

White with #8CAB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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