Shades of Teal #0C887F
Tints of Teal #0C887F
RGB
CMYK
RGB Variations
Color information
#0C887F (or 0x0C887F) is known color: Teal. HEX triplet: 0C, 88 and 7F. RGB value is (12,136,127). Sum of RGB (Red+Green+Blue) = 12+136+127=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #0C887F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C887F is #F37780. Grayscale: #616161. Windows color (decimal): -15955841 or 8357900. OLE color: 8357900.
HSL color Cylindrical-coordinate representation of color #0C887F: hue angle of 175.65º 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 #0C887F is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 127 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.47 |
| HSL | 175.65º | 0.84% | 0.29% | - |
| HSV(B) | 175.65º | 0.91% | 0.53% | - |
| XYZ | 12.79 | 19.22 | 23.11 | - |
| YUV | 97.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 127 | 0.91 | 0 | 0.07 | 0.47 | 175.65 | 0.84 | 0.29 |
| Hex | C | 88 | 7F | 5B | 0 | 7 | 2F | B0 | 54 | 1D |
| Octal | 14 | 210 | 177 | 133 | 0 | 7 | 57 | 260 | 124 | 35 |
| Binary | 1100 | 10001000 | 1111111 | 1011011 | 0 | 111 | 101111 | 10110000 | 1010100 | 11101 |
Color Harmonies of #0C887F
Complementary color
Monochromatic Colors of #0C887F
Black with #0C887F
Text Example
Text Example
White with #0C887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C887F; }
p { color: rgb(12,136,127); }
H1.HeaderClassName
{
color: #0C887F;
}
.AnyTagClassName
{
color: #0C887F;
}
</style>
background-color css
<style>
a { background-color: #0C887F; }
a { background-color: rgb(12,136,127); }
div.DivClassName
{
background-color: #0C887F;
}
.BgClassName
{
background-color: #0C887F;
}
</style>
border-color css
<style>
span { border-color: #0C887F; }
span { border-color: rgb(12,136,127); }
td.TdClassName
{
border-color: #0C887F;
}
.TagClassName
{
border-color: #0C887F;
}
</style>