Shades of Half Baked #5F948F
Tints of Half Baked #5F948F
RGB
CMYK
RGB Variations
Color information
#5F948F (or 0x5F948F) is known color: Half Baked. HEX triplet: 5F, 94 and 8F. RGB value is (95,148,143). Sum of RGB (Red+Green+Blue) = 95+148+143=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #5F948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F948F is #A06B70. Grayscale: #838383. Windows color (decimal): -10513265 or 9409631. OLE color: 9409631.
HSL color Cylindrical-coordinate representation of color #5F948F: hue angle of 174.34º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F948F is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 148 | 143 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.42 |
| HSL | 174.34º | 0.22% | 0.48% | - |
| HSV(B) | 174.34º | 0.36% | 0.58% | - |
| XYZ | 20.27 | 25.6 | 29.86 | - |
| YUV | 131.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 148 | 143 | 0.36 | 0 | 0.03 | 0.42 | 174.34 | 0.22 | 0.48 |
| Hex | 5F | 94 | 8F | 24 | 0 | 3 | 2A | AE | 16 | 30 |
| Octal | 137 | 224 | 217 | 44 | 0 | 3 | 52 | 256 | 26 | 60 |
| Binary | 1011111 | 10010100 | 10001111 | 100100 | 0 | 11 | 101010 | 10101110 | 10110 | 110000 |
Color Harmonies of #5F948F
Complementary color
Monochromatic Colors of #5F948F
Black with #5F948F
Text Example
Text Example
White with #5F948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F948F; }
p { color: rgb(95,148,143); }
H1.HeaderClassName
{
color: #5F948F;
}
.AnyTagClassName
{
color: #5F948F;
}
</style>
background-color css
<style>
a { background-color: #5F948F; }
a { background-color: rgb(95,148,143); }
div.DivClassName
{
background-color: #5F948F;
}
.BgClassName
{
background-color: #5F948F;
}
</style>
border-color css
<style>
span { border-color: #5F948F; }
span { border-color: rgb(95,148,143); }
td.TdClassName
{
border-color: #5F948F;
}
.TagClassName
{
border-color: #5F948F;
}
</style>