Shades of Teal Blue #194E58
Tints of Teal Blue #194E58
RGB
CMYK
RGB Variations
Color information
#194E58 (or 0x194E58) is known color: Teal Blue. HEX triplet: 19, 4E and 58. RGB value is (25,78,88). Sum of RGB (Red+Green+Blue) = 25+78+88=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #194E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E58 is #E6B1A7. Grayscale: #3F3F3F. Windows color (decimal): -15118760 or 5787161. OLE color: 5787161.
HSL color Cylindrical-coordinate representation of color #194E58: hue angle of 189.52º 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 #194E58 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 78 | 88 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.65 |
| HSL | 189.52º | 0.56% | 0.22% | - |
| HSV(B) | 189.52º | 0.72% | 0.35% | - |
| XYZ | 4.89 | 6.36 | 10.2 | - |
| YUV | 63.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 88 | 0.72 | 0.11 | 0 | 0.65 | 189.52 | 0.56 | 0.22 |
| Hex | 19 | 4E | 58 | 48 | B | 0 | 41 | BE | 38 | 16 |
| Octal | 31 | 116 | 130 | 110 | 13 | 0 | 101 | 276 | 70 | 26 |
| Binary | 11001 | 1001110 | 1011000 | 1001000 | 1011 | 0 | 1000001 | 10111110 | 111000 | 10110 |
Color Harmonies of #194E58
Complementary color
Monochromatic Colors of #194E58
Black with #194E58
Text Example
Text Example
White with #194E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E58; }
p { color: rgb(25,78,88); }
H1.HeaderClassName
{
color: #194E58;
}
.AnyTagClassName
{
color: #194E58;
}
</style>
background-color css
<style>
a { background-color: #194E58; }
a { background-color: rgb(25,78,88); }
div.DivClassName
{
background-color: #194E58;
}
.BgClassName
{
background-color: #194E58;
}
</style>
border-color css
<style>
span { border-color: #194E58; }
span { border-color: rgb(25,78,88); }
td.TdClassName
{
border-color: #194E58;
}
.TagClassName
{
border-color: #194E58;
}
</style>