Html Css Color HEX #8CAB8F Envy

📋 copy color: '#8CAB8F'

red 140 ◦ green 171 ◦ blue 143

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

Shades of Envy #8CAB8F

Tints of Envy #8CAB8F

RGB

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

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

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

R = 30.84%
G = 37.67%
B = 31.5%

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

#8CAB8F (or 0x8CAB8F) is known color: Envy. HEX triplet: 8C, AB and 8F. RGB value is (140,171,143). Sum of RGB (Red+Green+Blue) = 140+171+143=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB8F is #735470. Grayscale: #9E9E9E. Windows color (decimal): -7558257 or 9415564. OLE color: 9415564.

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

Color convert

RGB 140 171 143 -
CMYK 0.18 0 0.16 0.33
HSL 125.81º 0.16% 0.61% -
HSV(B) 125.81º 0.18% 0.67% -
XYZ 30.34 36.68 31.47 -
YUV 158.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 140 171 143 0.18 0 0.16 0.33 125.81 0.16 0.61
Hex 8C AB 8F 12 0 10 21 7E 10 3D
Octal 214 253 217 22 0 20 41 176 20 75
Binary 10001100 10101011 10001111 10010 0 10000 100001 1111110 10000 111101

Color Harmonies of #8CAB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB8F

Black with #8CAB8F

Text Example


Text Example

White with #8CAB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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