Shades of Teal #0C8184
Tints of Teal #0C8184
RGB
CMYK
RGB Variations
Color information
#0C8184 (or 0x0C8184) is known color: Teal. HEX triplet: 0C, 81 and 84. RGB value is (12,129,132). Sum of RGB (Red+Green+Blue) = 12+129+132=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C8184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8184 is #F37E7B. Grayscale: #5E5E5E. Windows color (decimal): -15957628 or 8683788. OLE color: 8683788.
HSL color Cylindrical-coordinate representation of color #0C8184: hue angle of 181.5º 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 #0C8184 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 129 | 132 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.48 |
| HSL | 181.5º | 0.83% | 0.28% | - |
| HSV(B) | 181.5º | 0.91% | 0.52% | - |
| XYZ | 12.17 | 17.44 | 24.56 | - |
| YUV | 94.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 129 | 132 | 0.91 | 0.02 | 0 | 0.48 | 181.5 | 0.83 | 0.28 |
| Hex | C | 81 | 84 | 5B | 2 | 0 | 30 | B6 | 53 | 1C |
| Octal | 14 | 201 | 204 | 133 | 2 | 0 | 60 | 266 | 123 | 34 |
| Binary | 1100 | 10000001 | 10000100 | 1011011 | 10 | 0 | 110000 | 10110110 | 1010011 | 11100 |
Color Harmonies of #0C8184
Complementary color
Monochromatic Colors of #0C8184
Black with #0C8184
Text Example
Text Example
White with #0C8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8184; }
p { color: rgb(12,129,132); }
H1.HeaderClassName
{
color: #0C8184;
}
.AnyTagClassName
{
color: #0C8184;
}
</style>
background-color css
<style>
a { background-color: #0C8184; }
a { background-color: rgb(12,129,132); }
div.DivClassName
{
background-color: #0C8184;
}
.BgClassName
{
background-color: #0C8184;
}
</style>
border-color css
<style>
span { border-color: #0C8184; }
span { border-color: rgb(12,129,132); }
td.TdClassName
{
border-color: #0C8184;
}
.TagClassName
{
border-color: #0C8184;
}
</style>