#4f9b9a

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

Shades of Half Baked #4F9B9A

Tints of Half Baked #4F9B9A

Color information

#4F9B9A (or 0x4F9B9A) is unknown color: approx Half Baked. HEX triplet: 4F, 9B and 9A. RGB value is (79,155,154). Sum of RGB (Red+Green+Blue) = 79+155+154=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9B9A is #B06465. Grayscale: #848484. Windows color (decimal): -11560038 or 10132303. OLE color: 10132303.

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

Color convert

RGB79155154-
CMYK0.4900.010.39
HSL179.21º32.48%45.88%-
HSV(B)179.21º49.03%60.78%-
XYZ20.7827.4434.77-
YUV132.16140.3290.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.36%
GREEN value IS 155 (60.94% from 255) = 39.95%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=20.36%
G=39.95%
B=39.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791551540.4900.010.39179.2132.4845.88
Hex4F9B9A310127b3202e
Octal1172332326101472634056
Binary100111110011011100110101100010110011110110011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f9b9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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