Shades of Half Baked #4C999C
Tints of Half Baked #4C999C
RGB
CMYK
RGB Variations
Color information
#4C999C (or 0x4C999C) is known color: Half Baked. HEX triplet: 4C, 99 and 9C. RGB value is (76,153,156). Sum of RGB (Red+Green+Blue) = 76+153+156=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C999C is #B36663. Grayscale: #828282. Windows color (decimal): -11757156 or 10262860. OLE color: 10262860.
HSL color Cylindrical-coordinate representation of color #4C999C: hue angle of 182.25º 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 #4C999C is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 153 | 156 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.39 |
| HSL | 182.25º | 0.34% | 0.45% | - |
| HSV(B) | 182.25º | 0.51% | 0.61% | - |
| XYZ | 20.37 | 26.72 | 35.54 | - |
| YUV | 130.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 153 | 156 | 0.51 | 0.02 | 0 | 0.39 | 182.25 | 0.34 | 0.45 |
| Hex | 4C | 99 | 9C | 33 | 2 | 0 | 27 | B6 | 22 | 2D |
| Octal | 114 | 231 | 234 | 63 | 2 | 0 | 47 | 266 | 42 | 55 |
| Binary | 1001100 | 10011001 | 10011100 | 110011 | 10 | 0 | 100111 | 10110110 | 100010 | 101101 |
Color Harmonies of #4C999C
Complementary color
Monochromatic Colors of #4C999C
Black with #4C999C
Text Example
Text Example
White with #4C999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C999C; }
p { color: rgb(76,153,156); }
H1.HeaderClassName
{
color: #4C999C;
}
.AnyTagClassName
{
color: #4C999C;
}
</style>
background-color css
<style>
a { background-color: #4C999C; }
a { background-color: rgb(76,153,156); }
div.DivClassName
{
background-color: #4C999C;
}
.BgClassName
{
background-color: #4C999C;
}
</style>
border-color css
<style>
span { border-color: #4C999C; }
span { border-color: rgb(76,153,156); }
td.TdClassName
{
border-color: #4C999C;
}
.TagClassName
{
border-color: #4C999C;
}
</style>