Shades of Teal #10798B
Tints of Teal #10798B
RGB
CMYK
RGB Variations
Color information
#10798B (or 0x10798B) is known color: Teal. HEX triplet: 10, 79 and 8B. RGB value is (16,121,139). Sum of RGB (Red+Green+Blue) = 16+121+139=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #10798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10798B is #EF8674. Grayscale: #5B5B5B. Windows color (decimal): -15697525 or 9140496. OLE color: 9140496.
HSL color Cylindrical-coordinate representation of color #10798B: hue angle of 188.78º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10798B is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 121 | 139 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.45 |
| HSL | 188.78º | 0.79% | 0.3% | - |
| HSV(B) | 188.78º | 0.88% | 0.55% | - |
| XYZ | 11.71 | 15.65 | 26.83 | - |
| YUV | 91.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 139 | 0.88 | 0.13 | 0 | 0.45 | 188.78 | 0.79 | 0.3 |
| Hex | 10 | 79 | 8B | 58 | D | 0 | 2D | BD | 4F | 1E |
| Octal | 20 | 171 | 213 | 130 | 15 | 0 | 55 | 275 | 117 | 36 |
| Binary | 10000 | 1111001 | 10001011 | 1011000 | 1101 | 0 | 101101 | 10111101 | 1001111 | 11110 |
Color Harmonies of #10798B
Complementary color
Monochromatic Colors of #10798B
Black with #10798B
Text Example
Text Example
White with #10798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10798B; }
p { color: rgb(16,121,139); }
H1.HeaderClassName
{
color: #10798B;
}
.AnyTagClassName
{
color: #10798B;
}
</style>
background-color css
<style>
a { background-color: #10798B; }
a { background-color: rgb(16,121,139); }
div.DivClassName
{
background-color: #10798B;
}
.BgClassName
{
background-color: #10798B;
}
</style>
border-color css
<style>
span { border-color: #10798B; }
span { border-color: rgb(16,121,139); }
td.TdClassName
{
border-color: #10798B;
}
.TagClassName
{
border-color: #10798B;
}
</style>