Shades of Teal #0A7784
Tints of Teal #0A7784
RGB
CMYK
RGB Variations
Color information
#0A7784 (or 0x0A7784) is known color: Teal. HEX triplet: 0A, 77 and 84. RGB value is (10,119,132). Sum of RGB (Red+Green+Blue) = 10+119+132=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A7784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7784 is #F5887B. Grayscale: #575757. Windows color (decimal): -16091260 or 8681226. OLE color: 8681226.
HSL color Cylindrical-coordinate representation of color #0A7784: hue angle of 186.39º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7784 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 119 | 132 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.48 |
| HSL | 186.39º | 0.86% | 0.28% | - |
| HSV(B) | 186.39º | 0.92% | 0.52% | - |
| XYZ | 10.89 | 14.92 | 24.14 | - |
| YUV | 87.89 | 152.89 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 132 | 0.92 | 0.10 | 0 | 0.48 | 186.39 | 0.86 | 0.28 |
| Hex | A | 77 | 84 | 5C | A | 0 | 30 | BA | 56 | 1C |
| Octal | 12 | 167 | 204 | 134 | 12 | 0 | 60 | 272 | 126 | 34 |
| Binary | 1010 | 1110111 | 10000100 | 1011100 | 1010 | 0 | 110000 | 10111010 | 1010110 | 11100 |
Color Harmonies of #0A7784
Complementary color
Monochromatic Colors of #0A7784
Black with #0A7784
Text Example
Text Example
White with #0A7784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7784; }
p { color: rgb(10,119,132); }
H1.HeaderClassName
{
color: #0A7784;
}
.AnyTagClassName
{
color: #0A7784;
}
</style>
background-color css
<style>
a { background-color: #0A7784; }
a { background-color: rgb(10,119,132); }
div.DivClassName
{
background-color: #0A7784;
}
.BgClassName
{
background-color: #0A7784;
}
</style>
border-color css
<style>
span { border-color: #0A7784; }
span { border-color: rgb(10,119,132); }
td.TdClassName
{
border-color: #0A7784;
}
.TagClassName
{
border-color: #0A7784;
}
</style>