Shades of Eastern Blue #0C8696
Tints of Eastern Blue #0C8696
RGB
CMYK
RGB Variations
Color information
#0C8696 (or 0x0C8696) is known color: Eastern Blue. HEX triplet: 0C, 86 and 96. RGB value is (12,134,150). Sum of RGB (Red+Green+Blue) = 12+134+150=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #0C8696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8696 is #F37969. Grayscale: #636363. Windows color (decimal): -15956330 or 9864716. OLE color: 9864716.
HSL color Cylindrical-coordinate representation of color #0C8696: hue angle of 186.96º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8696 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 134 | 150 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.41 |
| HSL | 186.96º | 0.85% | 0.32% | - |
| HSV(B) | 186.96º | 0.92% | 0.59% | - |
| XYZ | 14.18 | 19.33 | 31.84 | - |
| YUV | 99.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 150 | 0.92 | 0.11 | 0 | 0.41 | 186.96 | 0.85 | 0.32 |
| Hex | C | 86 | 96 | 5C | B | 0 | 29 | BB | 55 | 20 |
| Octal | 14 | 206 | 226 | 134 | 13 | 0 | 51 | 273 | 125 | 40 |
| Binary | 1100 | 10000110 | 10010110 | 1011100 | 1011 | 0 | 101001 | 10111011 | 1010101 | 100000 |
Color Harmonies of #0C8696
Complementary color
Monochromatic Colors of #0C8696
Black with #0C8696
Text Example
Text Example
White with #0C8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8696; }
p { color: rgb(12,134,150); }
H1.HeaderClassName
{
color: #0C8696;
}
.AnyTagClassName
{
color: #0C8696;
}
</style>
background-color css
<style>
a { background-color: #0C8696; }
a { background-color: rgb(12,134,150); }
div.DivClassName
{
background-color: #0C8696;
}
.BgClassName
{
background-color: #0C8696;
}
</style>
border-color css
<style>
span { border-color: #0C8696; }
span { border-color: rgb(12,134,150); }
td.TdClassName
{
border-color: #0C8696;
}
.TagClassName
{
border-color: #0C8696;
}
</style>