Shades of Teal Blue #194E59
Tints of Teal Blue #194E59
RGB
CMYK
RGB Variations
Color information
#194E59 (or 0x194E59) is known color: Teal Blue. HEX triplet: 19, 4E and 59. RGB value is (25,78,89). Sum of RGB (Red+Green+Blue) = 25+78+89=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #194E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E59 is #E6B1A6. Grayscale: #3F3F3F. Windows color (decimal): -15118759 or 5852697. OLE color: 5852697.
HSL color Cylindrical-coordinate representation of color #194E59: hue angle of 190.31º 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 #194E59 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 78 | 89 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.65 |
| HSL | 190.31º | 0.56% | 0.22% | - |
| HSV(B) | 190.31º | 0.72% | 0.35% | - |
| XYZ | 4.93 | 6.38 | 10.42 | - |
| YUV | 63.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 89 | 0.72 | 0.12 | 0 | 0.65 | 190.31 | 0.56 | 0.22 |
| Hex | 19 | 4E | 59 | 48 | C | 0 | 41 | BE | 38 | 16 |
| Octal | 31 | 116 | 131 | 110 | 14 | 0 | 101 | 276 | 70 | 26 |
| Binary | 11001 | 1001110 | 1011001 | 1001000 | 1100 | 0 | 1000001 | 10111110 | 111000 | 10110 |
Color Harmonies of #194E59
Complementary color
Monochromatic Colors of #194E59
Black with #194E59
Text Example
Text Example
White with #194E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E59; }
p { color: rgb(25,78,89); }
H1.HeaderClassName
{
color: #194E59;
}
.AnyTagClassName
{
color: #194E59;
}
</style>
background-color css
<style>
a { background-color: #194E59; }
a { background-color: rgb(25,78,89); }
div.DivClassName
{
background-color: #194E59;
}
.BgClassName
{
background-color: #194E59;
}
</style>
border-color css
<style>
span { border-color: #194E59; }
span { border-color: rgb(25,78,89); }
td.TdClassName
{
border-color: #194E59;
}
.TagClassName
{
border-color: #194E59;
}
</style>