Shades of Half Baked #51908E
Tints of Half Baked #51908E
RGB
CMYK
RGB Variations
Color information
#51908E (or 0x51908E) is known color: Half Baked. HEX triplet: 51, 90 and 8E. RGB value is (81,144,142). Sum of RGB (Red+Green+Blue) = 81+144+142=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #51908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51908E is #AE6F71. Grayscale: #7C7C7C. Windows color (decimal): -11431794 or 9343057. OLE color: 9343057.
HSL color Cylindrical-coordinate representation of color #51908E: hue angle of 178.1º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51908E is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 144 | 142 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.44 |
| HSL | 178.1º | 0.28% | 0.44% | - |
| HSV(B) | 178.1º | 0.44% | 0.56% | - |
| XYZ | 18.25 | 23.65 | 29.19 | - |
| YUV | 124.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 142 | 0.44 | 0 | 0.01 | 0.44 | 178.1 | 0.28 | 0.44 |
| Hex | 51 | 90 | 8E | 2C | 0 | 1 | 2C | B2 | 1C | 2C |
| Octal | 121 | 220 | 216 | 54 | 0 | 1 | 54 | 262 | 34 | 54 |
| Binary | 1010001 | 10010000 | 10001110 | 101100 | 0 | 1 | 101100 | 10110010 | 11100 | 101100 |
Color Harmonies of #51908E
Complementary color
Monochromatic Colors of #51908E
Black with #51908E
Text Example
Text Example
White with #51908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51908E; }
p { color: rgb(81,144,142); }
H1.HeaderClassName
{
color: #51908E;
}
.AnyTagClassName
{
color: #51908E;
}
</style>
background-color css
<style>
a { background-color: #51908E; }
a { background-color: rgb(81,144,142); }
div.DivClassName
{
background-color: #51908E;
}
.BgClassName
{
background-color: #51908E;
}
</style>
border-color css
<style>
span { border-color: #51908E; }
span { border-color: rgb(81,144,142); }
td.TdClassName
{
border-color: #51908E;
}
.TagClassName
{
border-color: #51908E;
}
</style>