Shades of Teal #0A748A
Tints of Teal #0A748A
RGB
CMYK
RGB Variations
Color information
#0A748A (or 0x0A748A) is known color: Teal. HEX triplet: 0A, 74 and 8A. RGB value is (10,116,138). Sum of RGB (Red+Green+Blue) = 10+116+138=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A748A is #F58B75. Grayscale: #565656. Windows color (decimal): -16092022 or 9073674. OLE color: 9073674.
HSL color Cylindrical-coordinate representation of color #0A748A: hue angle of 190.31º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A748A is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 116 | 138 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.46 |
| HSL | 190.31º | 0.86% | 0.29% | - |
| HSV(B) | 190.31º | 0.93% | 0.54% | - |
| XYZ | 10.96 | 14.39 | 26.24 | - |
| YUV | 86.81 | 156.88 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 138 | 0.93 | 0.16 | 0 | 0.46 | 190.31 | 0.86 | 0.29 |
| Hex | A | 74 | 8A | 5D | 10 | 0 | 2E | BE | 56 | 1D |
| Octal | 12 | 164 | 212 | 135 | 20 | 0 | 56 | 276 | 126 | 35 |
| Binary | 1010 | 1110100 | 10001010 | 1011101 | 10000 | 0 | 101110 | 10111110 | 1010110 | 11101 |
Color Harmonies of #0A748A
Complementary color
Monochromatic Colors of #0A748A
Black with #0A748A
Text Example
Text Example
White with #0A748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A748A; }
p { color: rgb(10,116,138); }
H1.HeaderClassName
{
color: #0A748A;
}
.AnyTagClassName
{
color: #0A748A;
}
</style>
background-color css
<style>
a { background-color: #0A748A; }
a { background-color: rgb(10,116,138); }
div.DivClassName
{
background-color: #0A748A;
}
.BgClassName
{
background-color: #0A748A;
}
</style>
border-color css
<style>
span { border-color: #0A748A; }
span { border-color: rgb(10,116,138); }
td.TdClassName
{
border-color: #0A748A;
}
.TagClassName
{
border-color: #0A748A;
}
</style>