Shades of Teal Blue #194958
Tints of Teal Blue #194958
RGB
CMYK
RGB Variations
Color information
#194958 (or 0x194958) is known color: Teal Blue. HEX triplet: 19, 49 and 58. RGB value is (25,73,88). Sum of RGB (Red+Green+Blue) = 25+73+88=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #194958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194958 is #E6B6A7. Grayscale: #3C3C3C. Windows color (decimal): -15120040 or 5785881. OLE color: 5785881.
HSL color Cylindrical-coordinate representation of color #194958: hue angle of 194.29º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194958 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 73 | 88 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.65 |
| HSL | 194.29º | 0.56% | 0.22% | - |
| HSV(B) | 194.29º | 0.72% | 0.35% | - |
| XYZ | 4.54 | 5.68 | 10.09 | - |
| YUV | 60.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 88 | 0.72 | 0.17 | 0 | 0.65 | 194.29 | 0.56 | 0.22 |
| Hex | 19 | 49 | 58 | 48 | 11 | 0 | 41 | C2 | 38 | 16 |
| Octal | 31 | 111 | 130 | 110 | 21 | 0 | 101 | 302 | 70 | 26 |
| Binary | 11001 | 1001001 | 1011000 | 1001000 | 10001 | 0 | 1000001 | 11000010 | 111000 | 10110 |
Color Harmonies of #194958
Complementary color
Monochromatic Colors of #194958
Black with #194958
Text Example
Text Example
White with #194958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194958; }
p { color: rgb(25,73,88); }
H1.HeaderClassName
{
color: #194958;
}
.AnyTagClassName
{
color: #194958;
}
</style>
background-color css
<style>
a { background-color: #194958; }
a { background-color: rgb(25,73,88); }
div.DivClassName
{
background-color: #194958;
}
.BgClassName
{
background-color: #194958;
}
</style>
border-color css
<style>
span { border-color: #194958; }
span { border-color: rgb(25,73,88); }
td.TdClassName
{
border-color: #194958;
}
.TagClassName
{
border-color: #194958;
}
</style>