#4B9B9A

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

Shades of Half Baked #4B9B9A

Tints of Half Baked #4B9B9A

Color information

#4B9B9A (or 0x4B9B9A) is unknown color: approx Half Baked. HEX triplet: 4B, 9B and 9A. RGB value is (75,155,154). Sum of RGB (Red+Green+Blue) = 75+155+154=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9B9A is #B46465. Grayscale: #828282. Windows color (decimal): -11822182 or 10132299. OLE color: 10132299.

HSL color Cylindrical-coordinate representation of color #4B9B9A: hue angle of 179.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9B9A is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB75155154-
CMYK0.5200.010.39
HSL179.25º34.78%45.1%-
HSV(B)179.25º51.61%60.78%-
XYZ20.4627.2734.76-
YUV130.9714188.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.53%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=19.53%
G=40.36%
B=40.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751551540.5200.010.39179.2534.7845.1
Hex4B9B9A340127b3232d
Octal1132332326401472634355
Binary100101110011011100110101101000110011110110011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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