Shades of Teal #0A758D
Tints of Teal #0A758D
RGB
CMYK
RGB Variations
Color information
#0A758D (or 0x0A758D) is known color: Teal. HEX triplet: 0A, 75 and 8D. RGB value is (10,117,141). Sum of RGB (Red+Green+Blue) = 10+117+141=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A758D is #F58A72. Grayscale: #575757. Windows color (decimal): -16091763 or 9270538. OLE color: 9270538.
HSL color Cylindrical-coordinate representation of color #0A758D: hue angle of 190.99º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A758D is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 117 | 141 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.45 |
| HSL | 190.99º | 0.87% | 0.3% | - |
| HSV(B) | 190.99º | 0.93% | 0.55% | - |
| XYZ | 11.29 | 14.71 | 27.44 | - |
| YUV | 87.74 | 158.05 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 141 | 0.93 | 0.17 | 0 | 0.45 | 190.99 | 0.87 | 0.3 |
| Hex | A | 75 | 8D | 5D | 11 | 0 | 2D | BF | 57 | 1E |
| Octal | 12 | 165 | 215 | 135 | 21 | 0 | 55 | 277 | 127 | 36 |
| Binary | 1010 | 1110101 | 10001101 | 1011101 | 10001 | 0 | 101101 | 10111111 | 1010111 | 11110 |
Color Harmonies of #0A758D
Complementary color
Monochromatic Colors of #0A758D
Black with #0A758D
Text Example
Text Example
White with #0A758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A758D; }
p { color: rgb(10,117,141); }
H1.HeaderClassName
{
color: #0A758D;
}
.AnyTagClassName
{
color: #0A758D;
}
</style>
background-color css
<style>
a { background-color: #0A758D; }
a { background-color: rgb(10,117,141); }
div.DivClassName
{
background-color: #0A758D;
}
.BgClassName
{
background-color: #0A758D;
}
</style>
border-color css
<style>
span { border-color: #0A758D; }
span { border-color: rgb(10,117,141); }
td.TdClassName
{
border-color: #0A758D;
}
.TagClassName
{
border-color: #0A758D;
}
</style>