Html Css Color HEX #8CA894 Envy

📋 copy color: '#8CA894'

red 140 ◦ green 168 ◦ blue 148

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

Shades of Envy #8CA894

Tints of Envy #8CA894

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 30.7%
G = 36.84%
B = 32.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#8CA894 (or 0x8CA894) is known color: Envy. HEX triplet: 8C, A8 and 94. RGB value is (140,168,148). Sum of RGB (Red+Green+Blue) = 140+168+148=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA894 is #73576B. Grayscale: #9D9D9D. Windows color (decimal): -7559020 or 9742476. OLE color: 9742476.

HSL color Cylindrical-coordinate representation of color #8CA894: hue angle of 137.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA894 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 168 148 -
CMYK 0.17 0 0.12 0.34
HSL 137.14º 0.14% 0.6% -
HSV(B) 137.14º 0.17% 0.66% -
XYZ 30.16 35.72 33.32 -
YUV 157.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 140 168 148 0.17 0 0.12 0.34 137.14 0.14 0.6
Hex 8C A8 94 11 0 C 22 89 E 3C
Octal 214 250 224 21 0 14 42 211 16 74
Binary 10001100 10101000 10010100 10001 0 1100 100010 10001001 1110 111100

Color Harmonies of #8CA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA894

Black with #8CA894

Text Example


Text Example

White with #8CA894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,168,148); }

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

background-color css

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

 a { background-color: rgb(140,168,148); }

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

border-color css

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

 span { border-color: rgb(140,168,148); }

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