Shades of Teal #0C8280
Tints of Teal #0C8280
RGB
CMYK
RGB Variations
Color information
#0C8280 (or 0x0C8280) is known color: Teal. HEX triplet: 0C, 82 and 80. RGB value is (12,130,128). Sum of RGB (Red+Green+Blue) = 12+130+128=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8280 is #F37D7F. Grayscale: #5E5E5E. Windows color (decimal): -15957376 or 8421900. OLE color: 8421900.
HSL color Cylindrical-coordinate representation of color #0C8280: hue angle of 178.98º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8280 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 130 | 128 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.49 |
| HSL | 178.98º | 0.83% | 0.28% | - |
| HSV(B) | 178.98º | 0.91% | 0.51% | - |
| XYZ | 12.03 | 17.6 | 23.19 | - |
| YUV | 94.49 | 146.91 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 128 | 0.91 | 0 | 0.02 | 0.49 | 178.98 | 0.83 | 0.28 |
| Hex | C | 82 | 80 | 5B | 0 | 2 | 31 | B3 | 53 | 1C |
| Octal | 14 | 202 | 200 | 133 | 0 | 2 | 61 | 263 | 123 | 34 |
| Binary | 1100 | 10000010 | 10000000 | 1011011 | 0 | 10 | 110001 | 10110011 | 1010011 | 11100 |
Color Harmonies of #0C8280
Complementary color
Monochromatic Colors of #0C8280
Black with #0C8280
Text Example
Text Example
White with #0C8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8280; }
p { color: rgb(12,130,128); }
H1.HeaderClassName
{
color: #0C8280;
}
.AnyTagClassName
{
color: #0C8280;
}
</style>
background-color css
<style>
a { background-color: #0C8280; }
a { background-color: rgb(12,130,128); }
div.DivClassName
{
background-color: #0C8280;
}
.BgClassName
{
background-color: #0C8280;
}
</style>
border-color css
<style>
span { border-color: #0C8280; }
span { border-color: rgb(12,130,128); }
td.TdClassName
{
border-color: #0C8280;
}
.TagClassName
{
border-color: #0C8280;
}
</style>