#4E9895

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

Shades of Half Baked #4E9895

Tints of Half Baked #4E9895

Color information

#4E9895 (or 0x4E9895) is unknown color: approx Half Baked. HEX triplet: 4E, 98 and 95. RGB value is (78,152,149). Sum of RGB (Red+Green+Blue) = 78+152+149=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #4E9895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9895 is #B1676A. Grayscale: #818181. Windows color (decimal): -11626347 or 9803854. OLE color: 9803854.

HSL color Cylindrical-coordinate representation of color #4E9895: hue angle of 177.57º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9895 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB78152149-
CMYK0.4900.020.40
HSL177.57º32.17%45.1%-
HSV(B)177.57º48.68%59.61%-
XYZ19.7926.2532.46-
YUV129.53138.9891.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.58%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=20.58%
G=40.11%
B=39.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781521490.4900.020.40177.5732.1745.1
Hex4E9895310228b2202d
Octal1162302256102502624055
Binary1001110100110001001010111000101010100010110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,152,149); }

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

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

 a { background-color: rgb(78,152,149); }

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

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

 span { border-color: rgb(78,152,149); }

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