Shades of Teal #0C8B7D
Tints of Teal #0C8B7D
RGB
CMYK
RGB Variations
Color information
#0C8B7D (or 0x0C8B7D) is known color: Teal. HEX triplet: 0C, 8B and 7D. RGB value is (12,139,125). Sum of RGB (Red+Green+Blue) = 12+139+125=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B7D is #F37482. Grayscale: #636363. Windows color (decimal): -15955075 or 8227596. OLE color: 8227596.
HSL color Cylindrical-coordinate representation of color #0C8B7D: hue angle of 173.39º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B7D is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 139 | 125 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.45 |
| HSL | 173.39º | 0.84% | 0.3% | - |
| HSV(B) | 173.39º | 0.91% | 0.55% | - |
| XYZ | 13.09 | 20.02 | 22.58 | - |
| YUV | 99.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 125 | 0.91 | 0 | 0.10 | 0.45 | 173.39 | 0.84 | 0.3 |
| Hex | C | 8B | 7D | 5B | 0 | A | 2D | AD | 54 | 1E |
| Octal | 14 | 213 | 175 | 133 | 0 | 12 | 55 | 255 | 124 | 36 |
| Binary | 1100 | 10001011 | 1111101 | 1011011 | 0 | 1010 | 101101 | 10101101 | 1010100 | 11110 |
Color Harmonies of #0C8B7D
Complementary color
Monochromatic Colors of #0C8B7D
Black with #0C8B7D
Text Example
Text Example
White with #0C8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8B7D; }
p { color: rgb(12,139,125); }
H1.HeaderClassName
{
color: #0C8B7D;
}
.AnyTagClassName
{
color: #0C8B7D;
}
</style>
background-color css
<style>
a { background-color: #0C8B7D; }
a { background-color: rgb(12,139,125); }
div.DivClassName
{
background-color: #0C8B7D;
}
.BgClassName
{
background-color: #0C8B7D;
}
</style>
border-color css
<style>
span { border-color: #0C8B7D; }
span { border-color: rgb(12,139,125); }
td.TdClassName
{
border-color: #0C8B7D;
}
.TagClassName
{
border-color: #0C8B7D;
}
</style>