Shades of Teal #0C727F
Tints of Teal #0C727F
RGB
CMYK
RGB Variations
Color information
#0C727F (or 0x0C727F) is known color: Teal. HEX triplet: 0C, 72 and 7F. RGB value is (12,114,127). Sum of RGB (Red+Green+Blue) = 12+114+127=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #0C727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C727F is #F38D80. Grayscale: #545454. Windows color (decimal): -15961473 or 8352268. OLE color: 8352268.
HSL color Cylindrical-coordinate representation of color #0C727F: hue angle of 186.78º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C727F is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 114 | 127 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.50 |
| HSL | 186.78º | 0.83% | 0.27% | - |
| HSV(B) | 186.78º | 0.91% | 0.5% | - |
| XYZ | 10 | 13.65 | 22.19 | - |
| YUV | 84.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 114 | 127 | 0.91 | 0.10 | 0 | 0.50 | 186.78 | 0.83 | 0.27 |
| Hex | C | 72 | 7F | 5B | A | 0 | 32 | BB | 53 | 1B |
| Octal | 14 | 162 | 177 | 133 | 12 | 0 | 62 | 273 | 123 | 33 |
| Binary | 1100 | 1110010 | 1111111 | 1011011 | 1010 | 0 | 110010 | 10111011 | 1010011 | 11011 |
Color Harmonies of #0C727F
Complementary color
Monochromatic Colors of #0C727F
Black with #0C727F
Text Example
Text Example
White with #0C727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C727F; }
p { color: rgb(12,114,127); }
H1.HeaderClassName
{
color: #0C727F;
}
.AnyTagClassName
{
color: #0C727F;
}
</style>
background-color css
<style>
a { background-color: #0C727F; }
a { background-color: rgb(12,114,127); }
div.DivClassName
{
background-color: #0C727F;
}
.BgClassName
{
background-color: #0C727F;
}
</style>
border-color css
<style>
span { border-color: #0C727F; }
span { border-color: rgb(12,114,127); }
td.TdClassName
{
border-color: #0C727F;
}
.TagClassName
{
border-color: #0C727F;
}
</style>