Html Css Color HEX #8CA094 Edward

📋 copy color: '#8CA094'

red 140 ◦ green 160 ◦ blue 148

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

Shades of Edward #8CA094

Tints of Edward #8CA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.71%

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

R = 31.25%
G = 35.71%
B = 33.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#8CA094 (or 0x8CA094) is known color: Edward. HEX triplet: 8C, A0 and 94. RGB value is (140,160,148). Sum of RGB (Red+Green+Blue) = 140+160+148=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA094 is #735F6B. Grayscale: #989898. Windows color (decimal): -7561068 or 9740428. OLE color: 9740428.

HSL color Cylindrical-coordinate representation of color #8CA094: hue angle of 144º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8CA094 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 160 148 -
CMYK 0.12 0 0.07 0.37
HSL 144º 0.1% 0.59% -
HSV(B) 144º 0.13% 0.63% -
XYZ 28.73 32.86 32.84 -
YUV 152.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 140 160 148 0.12 0 0.07 0.37 144 0.1 0.59
Hex 8C A0 94 C 0 7 25 90 A 3B
Octal 214 240 224 14 0 7 45 220 12 73
Binary 10001100 10100000 10010100 1100 0 111 100101 10010000 1010 111011

Color Harmonies of #8CA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA094

Black with #8CA094

Text Example


Text Example

White with #8CA094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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