Shades of Half Baked #5E9693
Tints of Half Baked #5E9693
RGB
CMYK
RGB Variations
Color information
#5E9693 (or 0x5E9693) is known color: Half Baked. HEX triplet: 5E, 96 and 93. RGB value is (94,150,147). Sum of RGB (Red+Green+Blue) = 94+150+147=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9693 is #A1696C. Grayscale: #848484. Windows color (decimal): -10578285 or 9672286. OLE color: 9672286.
HSL color Cylindrical-coordinate representation of color #5E9693: hue angle of 176.79º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E9693 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 147 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.41 |
| HSL | 176.79º | 0.23% | 0.48% | - |
| HSV(B) | 176.79º | 0.37% | 0.59% | - |
| XYZ | 20.79 | 26.3 | 31.58 | - |
| YUV | 132.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 147 | 0.37 | 0 | 0.02 | 0.41 | 176.79 | 0.23 | 0.48 |
| Hex | 5E | 96 | 93 | 25 | 0 | 2 | 29 | B1 | 17 | 30 |
| Octal | 136 | 226 | 223 | 45 | 0 | 2 | 51 | 261 | 27 | 60 |
| Binary | 1011110 | 10010110 | 10010011 | 100101 | 0 | 10 | 101001 | 10110001 | 10111 | 110000 |
Color Harmonies of #5E9693
Complementary color
Monochromatic Colors of #5E9693
Black with #5E9693
Text Example
Text Example
White with #5E9693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9693; }
p { color: rgb(94,150,147); }
H1.HeaderClassName
{
color: #5E9693;
}
.AnyTagClassName
{
color: #5E9693;
}
</style>
background-color css
<style>
a { background-color: #5E9693; }
a { background-color: rgb(94,150,147); }
div.DivClassName
{
background-color: #5E9693;
}
.BgClassName
{
background-color: #5E9693;
}
</style>
border-color css
<style>
span { border-color: #5E9693; }
span { border-color: rgb(94,150,147); }
td.TdClassName
{
border-color: #5E9693;
}
.TagClassName
{
border-color: #5E9693;
}
</style>