Shades of Half Baked #5E9691
Tints of Half Baked #5E9691
RGB
CMYK
RGB Variations
Color information
#5E9691 (or 0x5E9691) is known color: Half Baked. HEX triplet: 5E, 96 and 91. RGB value is (94,150,145). Sum of RGB (Red+Green+Blue) = 94+150+145=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9691 is #A1696E. Grayscale: #848484. Windows color (decimal): -10578287 or 9541214. OLE color: 9541214.
HSL color Cylindrical-coordinate representation of color #5E9691: hue angle of 174.64º 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 #5E9691 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 145 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.41 |
| HSL | 174.64º | 0.23% | 0.48% | - |
| HSV(B) | 174.64º | 0.37% | 0.59% | - |
| XYZ | 20.63 | 26.24 | 30.76 | - |
| YUV | 132.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 145 | 0.37 | 0 | 0.03 | 0.41 | 174.64 | 0.23 | 0.48 |
| Hex | 5E | 96 | 91 | 25 | 0 | 3 | 29 | AF | 17 | 30 |
| Octal | 136 | 226 | 221 | 45 | 0 | 3 | 51 | 257 | 27 | 60 |
| Binary | 1011110 | 10010110 | 10010001 | 100101 | 0 | 11 | 101001 | 10101111 | 10111 | 110000 |
Color Harmonies of #5E9691
Complementary color
Monochromatic Colors of #5E9691
Black with #5E9691
Text Example
Text Example
White with #5E9691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9691; }
p { color: rgb(94,150,145); }
H1.HeaderClassName
{
color: #5E9691;
}
.AnyTagClassName
{
color: #5E9691;
}
</style>
background-color css
<style>
a { background-color: #5E9691; }
a { background-color: rgb(94,150,145); }
div.DivClassName
{
background-color: #5E9691;
}
.BgClassName
{
background-color: #5E9691;
}
</style>
border-color css
<style>
span { border-color: #5E9691; }
span { border-color: rgb(94,150,145); }
td.TdClassName
{
border-color: #5E9691;
}
.TagClassName
{
border-color: #5E9691;
}
</style>