Shades of Teal #0C887D
Tints of Teal #0C887D
RGB
CMYK
RGB Variations
Color information
#0C887D (or 0x0C887D) is known color: Teal. HEX triplet: 0C, 88 and 7D. RGB value is (12,136,125). Sum of RGB (Red+Green+Blue) = 12+136+125=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #0C887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C887D is #F37782. Grayscale: #616161. Windows color (decimal): -15955843 or 8226828. OLE color: 8226828.
HSL color Cylindrical-coordinate representation of color #0C887D: hue angle of 174.68º 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 #0C887D is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 125 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.47 |
| HSL | 174.68º | 0.84% | 0.29% | - |
| HSV(B) | 174.68º | 0.91% | 0.53% | - |
| XYZ | 12.66 | 19.17 | 22.43 | - |
| YUV | 97.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 125 | 0.91 | 0 | 0.08 | 0.47 | 174.68 | 0.84 | 0.29 |
| Hex | C | 88 | 7D | 5B | 0 | 8 | 2F | AF | 54 | 1D |
| Octal | 14 | 210 | 175 | 133 | 0 | 10 | 57 | 257 | 124 | 35 |
| Binary | 1100 | 10001000 | 1111101 | 1011011 | 0 | 1000 | 101111 | 10101111 | 1010100 | 11101 |
Color Harmonies of #0C887D
Complementary color
Monochromatic Colors of #0C887D
Black with #0C887D
Text Example
Text Example
White with #0C887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C887D; }
p { color: rgb(12,136,125); }
H1.HeaderClassName
{
color: #0C887D;
}
.AnyTagClassName
{
color: #0C887D;
}
</style>
background-color css
<style>
a { background-color: #0C887D; }
a { background-color: rgb(12,136,125); }
div.DivClassName
{
background-color: #0C887D;
}
.BgClassName
{
background-color: #0C887D;
}
</style>
border-color css
<style>
span { border-color: #0C887D; }
span { border-color: rgb(12,136,125); }
td.TdClassName
{
border-color: #0C887D;
}
.TagClassName
{
border-color: #0C887D;
}
</style>