#4E8F8E

Color #4E8F8E Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #4E8F8E

Tints of Half Baked #4E8F8E

Color information

#4E8F8E (or 0x4E8F8E) is unknown color: approx Half Baked. HEX triplet: 4E, 8F and 8E. RGB value is (78,143,142). Sum of RGB (Red+Green+Blue) = 78+143+142=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #4E8F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8F8E is #B17071. Grayscale: #7B7B7B. Windows color (decimal): -11628658 or 9342798. OLE color: 9342798.

HSL color Cylindrical-coordinate representation of color #4E8F8E: hue angle of 179.08º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E8F8E is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB78143142-
CMYK0.4500.010.44
HSL179.08º29.41%43.33%-
HSV(B)179.08º45.45%56.08%-
XYZ17.8523.2229.13-
YUV123.45138.4795.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=21.49%
G=39.39%
B=39.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781431420.4500.010.44179.0829.4143.33
Hex4E8F8E2D012Cb31d2b
Octal1162172165501542633553
Binary10011101000111110001110101101011011001011001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E8F8E; }

 p { color: rgb(78,143,142); }

 H1.HeaderClassName
 {
   color: #4E8F8E;
 }
 .AnyTagClassName
 {
   color: #4E8F8E;
 }
</style>
background-color css

<style>
 a { background-color: #4E8F8E; }

 a { background-color: rgb(78,143,142); }

 div.DivClassName
 {
   background-color: #4E8F8E;
 }
 .BgClassName
 {
   background-color: #4E8F8E;
 }
</style>
border-color css

<style>
 span { border-color: #4E8F8E; }

 span { border-color: rgb(78,143,142); }

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