Shades of Half Baked #5C9695
Tints of Half Baked #5C9695
RGB
CMYK
RGB Variations
Color information
#5C9695 (or 0x5C9695) is known color: Half Baked. HEX triplet: 5C, 96 and 95. RGB value is (92,150,149). Sum of RGB (Red+Green+Blue) = 92+150+149=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #5C9695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9695 is #A3696A. Grayscale: #848484. Windows color (decimal): -10709355 or 9803356. OLE color: 9803356.
HSL color Cylindrical-coordinate representation of color #5C9695: hue angle of 178.97º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C9695 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 150 | 149 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.41 |
| HSL | 178.97º | 0.24% | 0.47% | - |
| HSV(B) | 178.97º | 0.39% | 0.59% | - |
| XYZ | 20.74 | 26.26 | 32.41 | - |
| YUV | 132.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 149 | 0.39 | 0 | 0.01 | 0.41 | 178.97 | 0.24 | 0.47 |
| Hex | 5C | 96 | 95 | 27 | 0 | 1 | 29 | B3 | 18 | 2F |
| Octal | 134 | 226 | 225 | 47 | 0 | 1 | 51 | 263 | 30 | 57 |
| Binary | 1011100 | 10010110 | 10010101 | 100111 | 0 | 1 | 101001 | 10110011 | 11000 | 101111 |
Color Harmonies of #5C9695
Complementary color
Monochromatic Colors of #5C9695
Black with #5C9695
Text Example
Text Example
White with #5C9695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9695; }
p { color: rgb(92,150,149); }
H1.HeaderClassName
{
color: #5C9695;
}
.AnyTagClassName
{
color: #5C9695;
}
</style>
background-color css
<style>
a { background-color: #5C9695; }
a { background-color: rgb(92,150,149); }
div.DivClassName
{
background-color: #5C9695;
}
.BgClassName
{
background-color: #5C9695;
}
</style>
border-color css
<style>
span { border-color: #5C9695; }
span { border-color: rgb(92,150,149); }
td.TdClassName
{
border-color: #5C9695;
}
.TagClassName
{
border-color: #5C9695;
}
</style>