Html Css Color HEX #4E9994 Half Baked

📋 copy color: '#4E9994'

red 78 ◦ green 153 ◦ blue 148

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

Shades of Half Baked #4E9994

Tints of Half Baked #4E9994

RGB

 RED value IS 78 (30.86% from 255) = 20.58%

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 148 (58.2% from 255) = 39.05%

R = 20.58%
G = 40.37%
B = 39.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#4E9994 (or 0x4E9994) is known color: Half Baked. HEX triplet: 4E, 99 and 94. RGB value is (78,153,148). Sum of RGB (Red+Green+Blue) = 78+153+148=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #4E9994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9994 is #B1666B. Grayscale: #818181. Windows color (decimal): -11626092 or 9738574. OLE color: 9738574.

HSL color Cylindrical-coordinate representation of color #4E9994: hue angle of 176º 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 #4E9994 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 78 153 148 -
CMYK 0.49 0 0.03 0.4
HSL 176º 0.32% 0.45% -
HSV(B) 176º 0.49% 0.6% -
XYZ 19.88 26.54 32.09 -
YUV 130.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 78 153 148 0.49 0 0.03 0.4 176 0.32 0.45
Hex 4E 99 94 31 0 3 28 B0 20 2D
Octal 116 231 224 61 0 3 50 260 40 55
Binary 1001110 10011001 10010100 110001 0 11 101000 10110000 100000 101101

Color Harmonies of #4E9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9994

Black with #4E9994

Text Example


Text Example

White with #4E9994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,153,148); }

 H1.HeaderClassName
 {
   color: #4E9994;
 }
 .AnyTagClassName
 {
   color: #4E9994;
 }
</style>

background-color css

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

 a { background-color: rgb(78,153,148); }

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

border-color css

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

 span { border-color: rgb(78,153,148); }

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