#4F9B96

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

Shades of Half Baked #4F9B96

Tints of Half Baked #4F9B96

Color information

#4F9B96 (or 0x4F9B96) is unknown color: approx Half Baked. HEX triplet: 4F, 9B and 96. RGB value is (79,155,150). Sum of RGB (Red+Green+Blue) = 79+155+150=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9B96 is #B06469. Grayscale: #838383. Windows color (decimal): -11560042 or 9870159. OLE color: 9870159.

HSL color Cylindrical-coordinate representation of color #4F9B96: hue angle of 176.05º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9B96 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB79155150-
CMYK0.4900.030.39
HSL176.05º32.48%45.88%-
HSV(B)176.05º49.03%60.78%-
XYZ20.4527.3133.05-
YUV131.71138.3290.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.57%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=20.57%
G=40.36%
B=39.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791551500.4900.030.39176.0532.4845.88
Hex4F9B96310327b0202e
Octal1172332266103472604056
Binary1001111100110111001011011000101110011110110000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,155,150); }

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

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

 a { background-color: rgb(79,155,150); }

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

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

 span { border-color: rgb(79,155,150); }

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