Shades of Teal Blue #194A51
Tints of Teal Blue #194A51
RGB
CMYK
RGB Variations
Color information
#194A51 (or 0x194A51) is known color: Teal Blue. HEX triplet: 19, 4A and 51. RGB value is (25,74,81). Sum of RGB (Red+Green+Blue) = 25+74+81=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #194A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A51 is #E6B5AE. Grayscale: #3C3C3C. Windows color (decimal): -15119791 or 5327385. OLE color: 5327385.
HSL color Cylindrical-coordinate representation of color #194A51: hue angle of 187.5º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #194A51 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 74 | 81 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.68 |
| HSL | 187.5º | 0.53% | 0.21% | - |
| HSV(B) | 187.5º | 0.69% | 0.32% | - |
| XYZ | 4.33 | 5.7 | 8.66 | - |
| YUV | 60.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 81 | 0.69 | 0.09 | 0 | 0.68 | 187.5 | 0.53 | 0.21 |
| Hex | 19 | 4A | 51 | 45 | 9 | 0 | 44 | BC | 35 | 15 |
| Octal | 31 | 112 | 121 | 105 | 11 | 0 | 104 | 274 | 65 | 25 |
| Binary | 11001 | 1001010 | 1010001 | 1000101 | 1001 | 0 | 1000100 | 10111100 | 110101 | 10101 |
Color Harmonies of #194A51
Complementary color
Monochromatic Colors of #194A51
Black with #194A51
Text Example
Text Example
White with #194A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A51; }
p { color: rgb(25,74,81); }
H1.HeaderClassName
{
color: #194A51;
}
.AnyTagClassName
{
color: #194A51;
}
</style>
background-color css
<style>
a { background-color: #194A51; }
a { background-color: rgb(25,74,81); }
div.DivClassName
{
background-color: #194A51;
}
.BgClassName
{
background-color: #194A51;
}
</style>
border-color css
<style>
span { border-color: #194A51; }
span { border-color: rgb(25,74,81); }
td.TdClassName
{
border-color: #194A51;
}
.TagClassName
{
border-color: #194A51;
}
</style>