Html Css Color HEX #8E9488 Delta

📋 copy color: '#8E9488'

red 142 ◦ green 148 ◦ blue 136

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

Shades of Delta #8E9488

Tints of Delta #8E9488

RGB

 RED value IS 142 (55.86% from 255) = 33.33%

 GREEN value IS 148 (58.2% from 255) = 34.74%

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 33.33%
G = 34.74%
B = 31.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#8E9488 (or 0x8E9488) is known color: Delta. HEX triplet: 8E, 94 and 88. RGB value is (142,148,136). Sum of RGB (Red+Green+Blue) = 142+148+136=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9488 is #716B77. Grayscale: #909090. Windows color (decimal): -7433080 or 8950926. OLE color: 8950926.

HSL color Cylindrical-coordinate representation of color #8E9488: hue angle of 90º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E9488 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 148 136 -
CMYK 0.04 0 0.08 0.42
HSL 90º 0.05% 0.56% -
HSV(B) 90º 0.08% 0.58% -
XYZ 26.19 28.71 27.45 -
YUV 144.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 142 148 136 0.04 0 0.08 0.42 90 0.05 0.56
Hex 8E 94 88 4 0 8 2A 5A 5 38
Octal 216 224 210 4 0 10 52 132 5 70
Binary 10001110 10010100 10001000 100 0 1000 101010 1011010 101 111000

Color Harmonies of #8E9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9488

Black with #8E9488

Text Example


Text Example

White with #8E9488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,136); }

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

background-color css

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

 a { background-color: rgb(142,148,136); }

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

border-color css

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

 span { border-color: rgb(142,148,136); }

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