Shades of Teal #0C877F
Tints of Teal #0C877F
RGB
CMYK
RGB Variations
Color information
#0C877F (or 0x0C877F) is known color: Teal. HEX triplet: 0C, 87 and 7F. RGB value is (12,135,127). Sum of RGB (Red+Green+Blue) = 12+135+127=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #0C877F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C877F is #F37880. Grayscale: #616161. Windows color (decimal): -15956097 or 8357644. OLE color: 8357644.
HSL color Cylindrical-coordinate representation of color #0C877F: hue angle of 176.1º 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 #0C877F is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 127 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.47 |
| HSL | 176.1º | 0.84% | 0.29% | - |
| HSV(B) | 176.1º | 0.91% | 0.53% | - |
| XYZ | 12.65 | 18.94 | 23.07 | - |
| YUV | 97.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 127 | 0.91 | 0 | 0.06 | 0.47 | 176.1 | 0.84 | 0.29 |
| Hex | C | 87 | 7F | 5B | 0 | 6 | 2F | B0 | 54 | 1D |
| Octal | 14 | 207 | 177 | 133 | 0 | 6 | 57 | 260 | 124 | 35 |
| Binary | 1100 | 10000111 | 1111111 | 1011011 | 0 | 110 | 101111 | 10110000 | 1010100 | 11101 |
Color Harmonies of #0C877F
Complementary color
Monochromatic Colors of #0C877F
Black with #0C877F
Text Example
Text Example
White with #0C877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C877F; }
p { color: rgb(12,135,127); }
H1.HeaderClassName
{
color: #0C877F;
}
.AnyTagClassName
{
color: #0C877F;
}
</style>
background-color css
<style>
a { background-color: #0C877F; }
a { background-color: rgb(12,135,127); }
div.DivClassName
{
background-color: #0C877F;
}
.BgClassName
{
background-color: #0C877F;
}
</style>
border-color css
<style>
span { border-color: #0C877F; }
span { border-color: rgb(12,135,127); }
td.TdClassName
{
border-color: #0C877F;
}
.TagClassName
{
border-color: #0C877F;
}
</style>