Shades of Teal #0C897B
Tints of Teal #0C897B
RGB
CMYK
RGB Variations
Color information
#0C897B (or 0x0C897B) is known color: Teal. HEX triplet: 0C, 89 and 7B. RGB value is (12,137,123). Sum of RGB (Red+Green+Blue) = 12+137+123=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #0C897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C897B is #F37684. Grayscale: #616161. Windows color (decimal): -15955589 or 8096012. OLE color: 8096012.
HSL color Cylindrical-coordinate representation of color #0C897B: hue angle of 173.28º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C897B is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 123 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.46 |
| HSL | 173.28º | 0.84% | 0.29% | - |
| HSV(B) | 173.28º | 0.91% | 0.54% | - |
| XYZ | 12.67 | 19.4 | 21.82 | - |
| YUV | 98.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 123 | 0.91 | 0 | 0.10 | 0.46 | 173.28 | 0.84 | 0.29 |
| Hex | C | 89 | 7B | 5B | 0 | A | 2E | AD | 54 | 1D |
| Octal | 14 | 211 | 173 | 133 | 0 | 12 | 56 | 255 | 124 | 35 |
| Binary | 1100 | 10001001 | 1111011 | 1011011 | 0 | 1010 | 101110 | 10101101 | 1010100 | 11101 |
Color Harmonies of #0C897B
Complementary color
Monochromatic Colors of #0C897B
Black with #0C897B
Text Example
Text Example
White with #0C897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C897B; }
p { color: rgb(12,137,123); }
H1.HeaderClassName
{
color: #0C897B;
}
.AnyTagClassName
{
color: #0C897B;
}
</style>
background-color css
<style>
a { background-color: #0C897B; }
a { background-color: rgb(12,137,123); }
div.DivClassName
{
background-color: #0C897B;
}
.BgClassName
{
background-color: #0C897B;
}
</style>
border-color css
<style>
span { border-color: #0C897B; }
span { border-color: rgb(12,137,123); }
td.TdClassName
{
border-color: #0C897B;
}
.TagClassName
{
border-color: #0C897B;
}
</style>