Html Css Color HEX #4D9F96 Half Baked

📋 copy color: '#4D9F96'

red 77 ◦ green 159 ◦ blue 150

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

Shades of Half Baked #4D9F96

Tints of Half Baked #4D9F96

RGB

 RED value IS 77 (30.47% from 255) = 19.95%

 GREEN value IS 159 (62.5% from 255) = 41.19%

 BLUE value IS 150 (58.98% from 255) = 38.86%

R = 19.95%
G = 41.19%
B = 38.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#4D9F96 (or 0x4D9F96) is known color: Half Baked. HEX triplet: 4D, 9F and 96. RGB value is (77,159,150). Sum of RGB (Red+Green+Blue) = 77+159+150=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9F96 is #B26069. Grayscale: #858585. Windows color (decimal): -11690090 or 9871181. OLE color: 9871181.

HSL color Cylindrical-coordinate representation of color #4D9F96: hue angle of 173.41º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D9F96 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 159 150 -
CMYK 0.52 0 0.06 0.38
HSL 173.41º 0.35% 0.46% -
HSV(B) 173.41º 0.52% 0.62% -
XYZ 20.96 28.58 33.26 -
YUV 133.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 77 159 150 0.52 0 0.06 0.38 173.41 0.35 0.46
Hex 4D 9F 96 34 0 6 26 AD 23 2E
Octal 115 237 226 64 0 6 46 255 43 56
Binary 1001101 10011111 10010110 110100 0 110 100110 10101101 100011 101110

Color Harmonies of #4D9F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9F96

Black with #4D9F96

Text Example


Text Example

White with #4D9F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,159,150); }

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

background-color css

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

 a { background-color: rgb(77,159,150); }

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

border-color css

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

 span { border-color: rgb(77,159,150); }

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