#4E9793

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

Shades of Half Baked #4E9793

Tints of Half Baked #4E9793

Color information

#4E9793 (or 0x4E9793) is unknown color: approx Half Baked. HEX triplet: 4E, 97 and 93. RGB value is (78,151,147). Sum of RGB (Red+Green+Blue) = 78+151+147=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #4E9793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9793 is #B1686C. Grayscale: #808080. Windows color (decimal): -11626605 or 9672526. OLE color: 9672526.

HSL color Cylindrical-coordinate representation of color #4E9793: hue angle of 176.71º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9793 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB78151147-
CMYK0.4800.030.41
HSL176.71º31.88%44.9%-
HSV(B)176.71º48.34%59.22%-
XYZ19.4725.8631.57-
YUV128.72138.3291.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.74%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=20.74%
G=40.16%
B=39.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781511470.4800.030.41176.7131.8844.9
Hex4E9793300329b1202d
Octal1162272236003512614055
Binary1001110100101111001001111000001110100110110001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,151,147); }

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

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

 a { background-color: rgb(78,151,147); }

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

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

 span { border-color: rgb(78,151,147); }

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