Shades of Teal #0C7B85
Tints of Teal #0C7B85
RGB
CMYK
RGB Variations
Color information
#0C7B85 (or 0x0C7B85) is known color: Teal. HEX triplet: 0C, 7B and 85. RGB value is (12,123,133). Sum of RGB (Red+Green+Blue) = 12+123+133=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C7B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7B85 is #F3847A. Grayscale: #5A5A5A. Windows color (decimal): -15959163 or 8747788. OLE color: 8747788.
HSL color Cylindrical-coordinate representation of color #0C7B85: hue angle of 184.96º 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 #0C7B85 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 123 | 133 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.48 |
| HSL | 184.96º | 0.83% | 0.28% | - |
| HSV(B) | 184.96º | 0.91% | 0.52% | - |
| XYZ | 11.47 | 15.94 | 24.66 | - |
| YUV | 90.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 123 | 133 | 0.91 | 0.08 | 0 | 0.48 | 184.96 | 0.83 | 0.28 |
| Hex | C | 7B | 85 | 5B | 8 | 0 | 30 | B9 | 53 | 1C |
| Octal | 14 | 173 | 205 | 133 | 10 | 0 | 60 | 271 | 123 | 34 |
| Binary | 1100 | 1111011 | 10000101 | 1011011 | 1000 | 0 | 110000 | 10111001 | 1010011 | 11100 |
Color Harmonies of #0C7B85
Complementary color
Monochromatic Colors of #0C7B85
Black with #0C7B85
Text Example
Text Example
White with #0C7B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7B85; }
p { color: rgb(12,123,133); }
H1.HeaderClassName
{
color: #0C7B85;
}
.AnyTagClassName
{
color: #0C7B85;
}
</style>
background-color css
<style>
a { background-color: #0C7B85; }
a { background-color: rgb(12,123,133); }
div.DivClassName
{
background-color: #0C7B85;
}
.BgClassName
{
background-color: #0C7B85;
}
</style>
border-color css
<style>
span { border-color: #0C7B85; }
span { border-color: rgb(12,123,133); }
td.TdClassName
{
border-color: #0C7B85;
}
.TagClassName
{
border-color: #0C7B85;
}
</style>