Shades of Teal #0C7487
Tints of Teal #0C7487
RGB
CMYK
RGB Variations
Color information
#0C7487 (or 0x0C7487) is known color: Teal. HEX triplet: 0C, 74 and 87. RGB value is (12,116,135). Sum of RGB (Red+Green+Blue) = 12+116+135=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C7487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7487 is #F38B78. Grayscale: #565656. Windows color (decimal): -15960953 or 8877068. OLE color: 8877068.
HSL color Cylindrical-coordinate representation of color #0C7487: hue angle of 189.27º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7487 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 116 | 135 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.47 |
| HSL | 189.27º | 0.84% | 0.29% | - |
| HSV(B) | 189.27º | 0.91% | 0.53% | - |
| XYZ | 10.77 | 14.32 | 25.12 | - |
| YUV | 87.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 116 | 135 | 0.91 | 0.14 | 0 | 0.47 | 189.27 | 0.84 | 0.29 |
| Hex | C | 74 | 87 | 5B | E | 0 | 2F | BD | 54 | 1D |
| Octal | 14 | 164 | 207 | 133 | 16 | 0 | 57 | 275 | 124 | 35 |
| Binary | 1100 | 1110100 | 10000111 | 1011011 | 1110 | 0 | 101111 | 10111101 | 1010100 | 11101 |
Color Harmonies of #0C7487
Complementary color
Monochromatic Colors of #0C7487
Black with #0C7487
Text Example
Text Example
White with #0C7487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7487; }
p { color: rgb(12,116,135); }
H1.HeaderClassName
{
color: #0C7487;
}
.AnyTagClassName
{
color: #0C7487;
}
</style>
background-color css
<style>
a { background-color: #0C7487; }
a { background-color: rgb(12,116,135); }
div.DivClassName
{
background-color: #0C7487;
}
.BgClassName
{
background-color: #0C7487;
}
</style>
border-color css
<style>
span { border-color: #0C7487; }
span { border-color: rgb(12,116,135); }
td.TdClassName
{
border-color: #0C7487;
}
.TagClassName
{
border-color: #0C7487;
}
</style>