Shades of Teal #11798B
Tints of Teal #11798B
RGB
CMYK
RGB Variations
Color information
#11798B (or 0x11798B) is known color: Teal. HEX triplet: 11, 79 and 8B. RGB value is (17,121,139). Sum of RGB (Red+Green+Blue) = 17+121+139=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #11798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11798B is #EE8674. Grayscale: #5B5B5B. Windows color (decimal): -15631989 or 9140497. OLE color: 9140497.
HSL color Cylindrical-coordinate representation of color #11798B: hue angle of 188.85º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11798B is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 121 | 139 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.45 |
| HSL | 188.85º | 0.78% | 0.31% | - |
| HSV(B) | 188.85º | 0.88% | 0.55% | - |
| XYZ | 11.73 | 15.66 | 26.83 | - |
| YUV | 91.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 121 | 139 | 0.88 | 0.13 | 0 | 0.45 | 188.85 | 0.78 | 0.31 |
| Hex | 11 | 79 | 8B | 58 | D | 0 | 2D | BD | 4E | 1F |
| Octal | 21 | 171 | 213 | 130 | 15 | 0 | 55 | 275 | 116 | 37 |
| Binary | 10001 | 1111001 | 10001011 | 1011000 | 1101 | 0 | 101101 | 10111101 | 1001110 | 11111 |
Color Harmonies of #11798B
Complementary color
Monochromatic Colors of #11798B
Black with #11798B
Text Example
Text Example
White with #11798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11798B; }
p { color: rgb(17,121,139); }
H1.HeaderClassName
{
color: #11798B;
}
.AnyTagClassName
{
color: #11798B;
}
</style>
background-color css
<style>
a { background-color: #11798B; }
a { background-color: rgb(17,121,139); }
div.DivClassName
{
background-color: #11798B;
}
.BgClassName
{
background-color: #11798B;
}
</style>
border-color css
<style>
span { border-color: #11798B; }
span { border-color: rgb(17,121,139); }
td.TdClassName
{
border-color: #11798B;
}
.TagClassName
{
border-color: #11798B;
}
</style>