Shades of Half Baked #4E9A93
Tints of Half Baked #4E9A93
RGB
CMYK
RGB Variations
Color information
#4E9A93 (or 0x4E9A93) is known color: Half Baked. HEX triplet: 4E, 9A and 93. RGB value is (78,154,147). Sum of RGB (Red+Green+Blue) = 78+154+147=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #4E9A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9A93 is #B1656C. Grayscale: #828282. Windows color (decimal): -11625837 or 9673294. OLE color: 9673294.
HSL color Cylindrical-coordinate representation of color #4E9A93: hue angle of 174.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9A93 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 154 | 147 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.40 |
| HSL | 174.47º | 0.33% | 0.45% | - |
| HSV(B) | 174.47º | 0.49% | 0.6% | - |
| XYZ | 19.96 | 26.84 | 31.73 | - |
| YUV | 130.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 154 | 147 | 0.49 | 0 | 0.05 | 0.40 | 174.47 | 0.33 | 0.45 |
| Hex | 4E | 9A | 93 | 31 | 0 | 5 | 28 | AE | 21 | 2D |
| Octal | 116 | 232 | 223 | 61 | 0 | 5 | 50 | 256 | 41 | 55 |
| Binary | 1001110 | 10011010 | 10010011 | 110001 | 0 | 101 | 101000 | 10101110 | 100001 | 101101 |
Color Harmonies of #4E9A93
Complementary color
Monochromatic Colors of #4E9A93
Black with #4E9A93
Text Example
Text Example
White with #4E9A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9A93; }
p { color: rgb(78,154,147); }
H1.HeaderClassName
{
color: #4E9A93;
}
.AnyTagClassName
{
color: #4E9A93;
}
</style>
background-color css
<style>
a { background-color: #4E9A93; }
a { background-color: rgb(78,154,147); }
div.DivClassName
{
background-color: #4E9A93;
}
.BgClassName
{
background-color: #4E9A93;
}
</style>
border-color css
<style>
span { border-color: #4E9A93; }
span { border-color: rgb(78,154,147); }
td.TdClassName
{
border-color: #4E9A93;
}
.TagClassName
{
border-color: #4E9A93;
}
</style>