Shades of Teal #0A788B
Tints of Teal #0A788B
RGB
CMYK
RGB Variations
Color information
#0A788B (or 0x0A788B) is known color: Teal. HEX triplet: 0A, 78 and 8B. RGB value is (10,120,139). Sum of RGB (Red+Green+Blue) = 10+120+139=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A788B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A788B is #F58774. Grayscale: #595959. Windows color (decimal): -16090997 or 9140234. OLE color: 9140234.
HSL color Cylindrical-coordinate representation of color #0A788B: hue angle of 188.84º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A788B is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 120 | 139 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.45 |
| HSL | 188.84º | 0.87% | 0.29% | - |
| HSV(B) | 188.84º | 0.93% | 0.55% | - |
| XYZ | 11.5 | 15.36 | 26.78 | - |
| YUV | 89.28 | 156.06 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 139 | 0.93 | 0.14 | 0 | 0.45 | 188.84 | 0.87 | 0.29 |
| Hex | A | 78 | 8B | 5D | E | 0 | 2D | BD | 57 | 1D |
| Octal | 12 | 170 | 213 | 135 | 16 | 0 | 55 | 275 | 127 | 35 |
| Binary | 1010 | 1111000 | 10001011 | 1011101 | 1110 | 0 | 101101 | 10111101 | 1010111 | 11101 |
Color Harmonies of #0A788B
Complementary color
Monochromatic Colors of #0A788B
Black with #0A788B
Text Example
Text Example
White with #0A788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A788B; }
p { color: rgb(10,120,139); }
H1.HeaderClassName
{
color: #0A788B;
}
.AnyTagClassName
{
color: #0A788B;
}
</style>
background-color css
<style>
a { background-color: #0A788B; }
a { background-color: rgb(10,120,139); }
div.DivClassName
{
background-color: #0A788B;
}
.BgClassName
{
background-color: #0A788B;
}
</style>
border-color css
<style>
span { border-color: #0A788B; }
span { border-color: rgb(10,120,139); }
td.TdClassName
{
border-color: #0A788B;
}
.TagClassName
{
border-color: #0A788B;
}
</style>