Shades of Half Baked #608A88
Tints of Half Baked #608A88
RGB
CMYK
RGB Variations
Color information
#608A88 (or 0x608A88) is known color: Half Baked. HEX triplet: 60, 8A and 88. RGB value is (96,138,136). Sum of RGB (Red+Green+Blue) = 96+138+136=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #608A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608A88 is #9F7577. Grayscale: #7D7D7D. Windows color (decimal): -10450296 or 8948320. OLE color: 8948320.
HSL color Cylindrical-coordinate representation of color #608A88: hue angle of 177.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608A88 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 136 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.46 |
| HSL | 177.14º | 0.18% | 0.46% | - |
| HSV(B) | 177.14º | 0.3% | 0.54% | - |
| XYZ | 18.36 | 22.44 | 26.66 | - |
| YUV | 125.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 136 | 0.30 | 0 | 0.01 | 0.46 | 177.14 | 0.18 | 0.46 |
| Hex | 60 | 8A | 88 | 1E | 0 | 1 | 2E | B1 | 12 | 2E |
| Octal | 140 | 212 | 210 | 36 | 0 | 1 | 56 | 261 | 22 | 56 |
| Binary | 1100000 | 10001010 | 10001000 | 11110 | 0 | 1 | 101110 | 10110001 | 10010 | 101110 |
Color Harmonies of #608A88
Complementary color
Monochromatic Colors of #608A88
Black with #608A88
Text Example
Text Example
White with #608A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A88; }
p { color: rgb(96,138,136); }
H1.HeaderClassName
{
color: #608A88;
}
.AnyTagClassName
{
color: #608A88;
}
</style>
background-color css
<style>
a { background-color: #608A88; }
a { background-color: rgb(96,138,136); }
div.DivClassName
{
background-color: #608A88;
}
.BgClassName
{
background-color: #608A88;
}
</style>
border-color css
<style>
span { border-color: #608A88; }
span { border-color: rgb(96,138,136); }
td.TdClassName
{
border-color: #608A88;
}
.TagClassName
{
border-color: #608A88;
}
</style>