Shades of Half Baked #5D948E
Tints of Half Baked #5D948E
RGB
CMYK
RGB Variations
Color information
#5D948E (or 0x5D948E) is known color: Half Baked. HEX triplet: 5D, 94 and 8E. RGB value is (93,148,142). Sum of RGB (Red+Green+Blue) = 93+148+142=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #5D948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D948E is #A26B71. Grayscale: #828282. Windows color (decimal): -10644338 or 9344093. OLE color: 9344093.
HSL color Cylindrical-coordinate representation of color #5D948E: hue angle of 173.45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D948E is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 148 | 142 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.42 |
| HSL | 173.45º | 0.23% | 0.47% | - |
| HSV(B) | 173.45º | 0.37% | 0.58% | - |
| XYZ | 19.99 | 25.46 | 29.45 | - |
| YUV | 130.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 142 | 0.37 | 0 | 0.04 | 0.42 | 173.45 | 0.23 | 0.47 |
| Hex | 5D | 94 | 8E | 25 | 0 | 4 | 2A | AD | 17 | 2F |
| Octal | 135 | 224 | 216 | 45 | 0 | 4 | 52 | 255 | 27 | 57 |
| Binary | 1011101 | 10010100 | 10001110 | 100101 | 0 | 100 | 101010 | 10101101 | 10111 | 101111 |
Color Harmonies of #5D948E
Complementary color
Monochromatic Colors of #5D948E
Black with #5D948E
Text Example
Text Example
White with #5D948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D948E; }
p { color: rgb(93,148,142); }
H1.HeaderClassName
{
color: #5D948E;
}
.AnyTagClassName
{
color: #5D948E;
}
</style>
background-color css
<style>
a { background-color: #5D948E; }
a { background-color: rgb(93,148,142); }
div.DivClassName
{
background-color: #5D948E;
}
.BgClassName
{
background-color: #5D948E;
}
</style>
border-color css
<style>
span { border-color: #5D948E; }
span { border-color: rgb(93,148,142); }
td.TdClassName
{
border-color: #5D948E;
}
.TagClassName
{
border-color: #5D948E;
}
</style>