#4D8B8E

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

Shades of Half Baked #4D8B8E

Tints of Half Baked #4D8B8E

Color information

#4D8B8E (or 0x4D8B8E) is unknown color: approx Half Baked. HEX triplet: 4D, 8B and 8E. RGB value is (77,139,142). Sum of RGB (Red+Green+Blue) = 77+139+142=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D8B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8B8E is #B27471. Grayscale: #787878. Windows color (decimal): -11695218 or 9341773. OLE color: 9341773.

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

Color convert

RGB77139142-
CMYK0.460.0200.44
HSL182.77º29.68%42.94%-
HSV(B)182.77º45.77%55.69%-
XYZ17.182228.93-
YUV120.8139.9696.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.51%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=21.51%
G=38.83%
B=39.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771391420.460.0200.44182.7729.6842.94
Hex4D8B8E2E202Cb71e2b
Octal1152132165620542673653
Binary100110110001011100011101011101001011001011011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,139,142); }

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

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

 a { background-color: rgb(77,139,142); }

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

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

 span { border-color: rgb(77,139,142); }

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