Shades of Teal Blue #194C59
Tints of Teal Blue #194C59
RGB
CMYK
RGB Variations
Color information
#194C59 (or 0x194C59) is known color: Teal Blue. HEX triplet: 19, 4C and 59. RGB value is (25,76,89). Sum of RGB (Red+Green+Blue) = 25+76+89=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #194C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C59 is #E6B3A6. Grayscale: #3E3E3E. Windows color (decimal): -15119271 or 5852185. OLE color: 5852185.
HSL color Cylindrical-coordinate representation of color #194C59: hue angle of 192.19º 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 #194C59 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 76 | 89 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.65 |
| HSL | 192.19º | 0.56% | 0.22% | - |
| HSV(B) | 192.19º | 0.72% | 0.35% | - |
| XYZ | 4.79 | 6.1 | 10.38 | - |
| YUV | 62.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 89 | 0.72 | 0.15 | 0 | 0.65 | 192.19 | 0.56 | 0.22 |
| Hex | 19 | 4C | 59 | 48 | F | 0 | 41 | C0 | 38 | 16 |
| Octal | 31 | 114 | 131 | 110 | 17 | 0 | 101 | 300 | 70 | 26 |
| Binary | 11001 | 1001100 | 1011001 | 1001000 | 1111 | 0 | 1000001 | 11000000 | 111000 | 10110 |
Color Harmonies of #194C59
Complementary color
Monochromatic Colors of #194C59
Black with #194C59
Text Example
Text Example
White with #194C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C59; }
p { color: rgb(25,76,89); }
H1.HeaderClassName
{
color: #194C59;
}
.AnyTagClassName
{
color: #194C59;
}
</style>
background-color css
<style>
a { background-color: #194C59; }
a { background-color: rgb(25,76,89); }
div.DivClassName
{
background-color: #194C59;
}
.BgClassName
{
background-color: #194C59;
}
</style>
border-color css
<style>
span { border-color: #194C59; }
span { border-color: rgb(25,76,89); }
td.TdClassName
{
border-color: #194C59;
}
.TagClassName
{
border-color: #194C59;
}
</style>