Shades of Teal #0C7B84
Tints of Teal #0C7B84
RGB
CMYK
RGB Variations
Color information
#0C7B84 (or 0x0C7B84) is known color: Teal. HEX triplet: 0C, 7B and 84. RGB value is (12,123,132). Sum of RGB (Red+Green+Blue) = 12+123+132=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C7B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7B84 is #F3847B. Grayscale: #5A5A5A. Windows color (decimal): -15959164 or 8682252. OLE color: 8682252.
HSL color Cylindrical-coordinate representation of color #0C7B84: hue angle of 184.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7B84 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 123 | 132 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.48 |
| HSL | 184.5º | 0.83% | 0.28% | - |
| HSV(B) | 184.5º | 0.91% | 0.52% | - |
| XYZ | 11.4 | 15.91 | 24.3 | - |
| YUV | 90.84 | 151.23 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 123 | 132 | 0.91 | 0.07 | 0 | 0.48 | 184.5 | 0.83 | 0.28 |
| Hex | C | 7B | 84 | 5B | 7 | 0 | 30 | B8 | 53 | 1C |
| Octal | 14 | 173 | 204 | 133 | 7 | 0 | 60 | 270 | 123 | 34 |
| Binary | 1100 | 1111011 | 10000100 | 1011011 | 111 | 0 | 110000 | 10111000 | 1010011 | 11100 |
Color Harmonies of #0C7B84
Complementary color
Monochromatic Colors of #0C7B84
Black with #0C7B84
Text Example
Text Example
White with #0C7B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7B84; }
p { color: rgb(12,123,132); }
H1.HeaderClassName
{
color: #0C7B84;
}
.AnyTagClassName
{
color: #0C7B84;
}
</style>
background-color css
<style>
a { background-color: #0C7B84; }
a { background-color: rgb(12,123,132); }
div.DivClassName
{
background-color: #0C7B84;
}
.BgClassName
{
background-color: #0C7B84;
}
</style>
border-color css
<style>
span { border-color: #0C7B84; }
span { border-color: rgb(12,123,132); }
td.TdClassName
{
border-color: #0C7B84;
}
.TagClassName
{
border-color: #0C7B84;
}
</style>