Shades of Teal #0C8482
Tints of Teal #0C8482
RGB
CMYK
RGB Variations
Color information
#0C8482 (or 0x0C8482) is known color: Teal. HEX triplet: 0C, 84 and 82. RGB value is (12,132,130). Sum of RGB (Red+Green+Blue) = 12+132+130=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8482 is #F37B7D. Grayscale: #5F5F5F. Windows color (decimal): -15956862 or 8553484. OLE color: 8553484.
HSL color Cylindrical-coordinate representation of color #0C8482: hue angle of 179º 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 #0C8482 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 130 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.48 |
| HSL | 179º | 0.83% | 0.28% | - |
| HSV(B) | 179º | 0.91% | 0.52% | - |
| XYZ | 12.43 | 18.19 | 23.98 | - |
| YUV | 95.89 | 147.24 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 130 | 0.91 | 0 | 0.02 | 0.48 | 179 | 0.83 | 0.28 |
| Hex | C | 84 | 82 | 5B | 0 | 2 | 30 | B3 | 53 | 1C |
| Octal | 14 | 204 | 202 | 133 | 0 | 2 | 60 | 263 | 123 | 34 |
| Binary | 1100 | 10000100 | 10000010 | 1011011 | 0 | 10 | 110000 | 10110011 | 1010011 | 11100 |
Color Harmonies of #0C8482
Complementary color
Monochromatic Colors of #0C8482
Black with #0C8482
Text Example
Text Example
White with #0C8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8482; }
p { color: rgb(12,132,130); }
H1.HeaderClassName
{
color: #0C8482;
}
.AnyTagClassName
{
color: #0C8482;
}
</style>
background-color css
<style>
a { background-color: #0C8482; }
a { background-color: rgb(12,132,130); }
div.DivClassName
{
background-color: #0C8482;
}
.BgClassName
{
background-color: #0C8482;
}
</style>
border-color css
<style>
span { border-color: #0C8482; }
span { border-color: rgb(12,132,130); }
td.TdClassName
{
border-color: #0C8482;
}
.TagClassName
{
border-color: #0C8482;
}
</style>