Shades of Teal #0C8185
Tints of Teal #0C8185
RGB
CMYK
RGB Variations
Color information
#0C8185 (or 0x0C8185) is known color: Teal. HEX triplet: 0C, 81 and 85. RGB value is (12,129,133). Sum of RGB (Red+Green+Blue) = 12+129+133=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C8185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8185 is #F37E7A. Grayscale: #5E5E5E. Windows color (decimal): -15957627 or 8749324. OLE color: 8749324.
HSL color Cylindrical-coordinate representation of color #0C8185: hue angle of 181.98º 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 #0C8185 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 129 | 133 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.48 |
| HSL | 181.98º | 0.83% | 0.28% | - |
| HSV(B) | 181.98º | 0.91% | 0.52% | - |
| XYZ | 12.24 | 17.47 | 24.92 | - |
| YUV | 94.47 | 149.74 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 129 | 133 | 0.91 | 0.03 | 0 | 0.48 | 181.98 | 0.83 | 0.28 |
| Hex | C | 81 | 85 | 5B | 3 | 0 | 30 | B6 | 53 | 1C |
| Octal | 14 | 201 | 205 | 133 | 3 | 0 | 60 | 266 | 123 | 34 |
| Binary | 1100 | 10000001 | 10000101 | 1011011 | 11 | 0 | 110000 | 10110110 | 1010011 | 11100 |
Color Harmonies of #0C8185
Complementary color
Monochromatic Colors of #0C8185
Black with #0C8185
Text Example
Text Example
White with #0C8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8185; }
p { color: rgb(12,129,133); }
H1.HeaderClassName
{
color: #0C8185;
}
.AnyTagClassName
{
color: #0C8185;
}
</style>
background-color css
<style>
a { background-color: #0C8185; }
a { background-color: rgb(12,129,133); }
div.DivClassName
{
background-color: #0C8185;
}
.BgClassName
{
background-color: #0C8185;
}
</style>
border-color css
<style>
span { border-color: #0C8185; }
span { border-color: rgb(12,129,133); }
td.TdClassName
{
border-color: #0C8185;
}
.TagClassName
{
border-color: #0C8185;
}
</style>