Shades of Half Baked #5E9391
Tints of Half Baked #5E9391
RGB
CMYK
RGB Variations
Color information
#5E9391 (or 0x5E9391) is known color: Half Baked. HEX triplet: 5E, 93 and 91. RGB value is (94,147,145). Sum of RGB (Red+Green+Blue) = 94+147+145=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9391 is #A16C6E. Grayscale: #828282. Windows color (decimal): -10579055 or 9540446. OLE color: 9540446.
HSL color Cylindrical-coordinate representation of color #5E9391: hue angle of 177.74º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9391 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 145 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.42 |
| HSL | 177.74º | 0.22% | 0.47% | - |
| HSV(B) | 177.74º | 0.36% | 0.58% | - |
| XYZ | 20.16 | 25.29 | 30.61 | - |
| YUV | 130.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 145 | 0.36 | 0 | 0.01 | 0.42 | 177.74 | 0.22 | 0.47 |
| Hex | 5E | 93 | 91 | 24 | 0 | 1 | 2A | B2 | 16 | 2F |
| Octal | 136 | 223 | 221 | 44 | 0 | 1 | 52 | 262 | 26 | 57 |
| Binary | 1011110 | 10010011 | 10010001 | 100100 | 0 | 1 | 101010 | 10110010 | 10110 | 101111 |
Color Harmonies of #5E9391
Complementary color
Monochromatic Colors of #5E9391
Black with #5E9391
Text Example
Text Example
White with #5E9391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9391; }
p { color: rgb(94,147,145); }
H1.HeaderClassName
{
color: #5E9391;
}
.AnyTagClassName
{
color: #5E9391;
}
</style>
background-color css
<style>
a { background-color: #5E9391; }
a { background-color: rgb(94,147,145); }
div.DivClassName
{
background-color: #5E9391;
}
.BgClassName
{
background-color: #5E9391;
}
</style>
border-color css
<style>
span { border-color: #5E9391; }
span { border-color: rgb(94,147,145); }
td.TdClassName
{
border-color: #5E9391;
}
.TagClassName
{
border-color: #5E9391;
}
</style>