Shades of Teal #0C758D
Tints of Teal #0C758D
RGB
CMYK
RGB Variations
Color information
#0C758D (or 0x0C758D) is known color: Teal. HEX triplet: 0C, 75 and 8D. RGB value is (12,117,141). Sum of RGB (Red+Green+Blue) = 12+117+141=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C758D is #F38A72. Grayscale: #585858. Windows color (decimal): -15960691 or 9270540. OLE color: 9270540.
HSL color Cylindrical-coordinate representation of color #0C758D: hue angle of 191.16º 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 #0C758D is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 117 | 141 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.45 |
| HSL | 191.16º | 0.84% | 0.3% | - |
| HSV(B) | 191.16º | 0.91% | 0.55% | - |
| XYZ | 11.32 | 14.72 | 27.44 | - |
| YUV | 88.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 141 | 0.91 | 0.17 | 0 | 0.45 | 191.16 | 0.84 | 0.3 |
| Hex | C | 75 | 8D | 5B | 11 | 0 | 2D | BF | 54 | 1E |
| Octal | 14 | 165 | 215 | 133 | 21 | 0 | 55 | 277 | 124 | 36 |
| Binary | 1100 | 1110101 | 10001101 | 1011011 | 10001 | 0 | 101101 | 10111111 | 1010100 | 11110 |
Color Harmonies of #0C758D
Complementary color
Monochromatic Colors of #0C758D
Black with #0C758D
Text Example
Text Example
White with #0C758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C758D; }
p { color: rgb(12,117,141); }
H1.HeaderClassName
{
color: #0C758D;
}
.AnyTagClassName
{
color: #0C758D;
}
</style>
background-color css
<style>
a { background-color: #0C758D; }
a { background-color: rgb(12,117,141); }
div.DivClassName
{
background-color: #0C758D;
}
.BgClassName
{
background-color: #0C758D;
}
</style>
border-color css
<style>
span { border-color: #0C758D; }
span { border-color: rgb(12,117,141); }
td.TdClassName
{
border-color: #0C758D;
}
.TagClassName
{
border-color: #0C758D;
}
</style>