#4C9A9B

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

Shades of Half Baked #4C9A9B

Tints of Half Baked #4C9A9B

Color information

#4C9A9B (or 0x4C9A9B) is unknown color: approx Half Baked. HEX triplet: 4C, 9A and 9B. RGB value is (76,154,155). Sum of RGB (Red+Green+Blue) = 76+154+155=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C9A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9A9B is #B36564. Grayscale: #828282. Windows color (decimal): -11756901 or 10197580. OLE color: 10197580.

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

Color convert

RGB76154155-
CMYK0.510.0100.39
HSL180.76º34.2%45.29%-
HSV(B)180.76º50.97%60.78%-
XYZ20.4527.0135.15-
YUV130.79141.6688.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.74%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=19.74%
G=40%
B=40.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal761541550.510.0100.39180.7634.245.29
Hex4C9A9B331027b5222d
Octal1142322336310472654255
Binary100110010011010100110111100111010011110110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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