Shades of Half Baked #5F938F
Tints of Half Baked #5F938F
RGB
CMYK
RGB Variations
Color information
#5F938F (or 0x5F938F) is known color: Half Baked. HEX triplet: 5F, 93 and 8F. RGB value is (95,147,143). Sum of RGB (Red+Green+Blue) = 95+147+143=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #5F938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F938F is #A06C70. Grayscale: #828282. Windows color (decimal): -10513521 or 9409375. OLE color: 9409375.
HSL color Cylindrical-coordinate representation of color #5F938F: hue angle of 175.38º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F938F is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 143 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.42 |
| HSL | 175.38º | 0.21% | 0.47% | - |
| HSV(B) | 175.38º | 0.35% | 0.58% | - |
| XYZ | 20.11 | 25.28 | 29.81 | - |
| YUV | 131 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 143 | 0.35 | 0 | 0.03 | 0.42 | 175.38 | 0.21 | 0.47 |
| Hex | 5F | 93 | 8F | 23 | 0 | 3 | 2A | AF | 15 | 2F |
| Octal | 137 | 223 | 217 | 43 | 0 | 3 | 52 | 257 | 25 | 57 |
| Binary | 1011111 | 10010011 | 10001111 | 100011 | 0 | 11 | 101010 | 10101111 | 10101 | 101111 |
Color Harmonies of #5F938F
Complementary color
Monochromatic Colors of #5F938F
Black with #5F938F
Text Example
Text Example
White with #5F938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F938F; }
p { color: rgb(95,147,143); }
H1.HeaderClassName
{
color: #5F938F;
}
.AnyTagClassName
{
color: #5F938F;
}
</style>
background-color css
<style>
a { background-color: #5F938F; }
a { background-color: rgb(95,147,143); }
div.DivClassName
{
background-color: #5F938F;
}
.BgClassName
{
background-color: #5F938F;
}
</style>
border-color css
<style>
span { border-color: #5F938F; }
span { border-color: rgb(95,147,143); }
td.TdClassName
{
border-color: #5F938F;
}
.TagClassName
{
border-color: #5F938F;
}
</style>