Shades of Teal Blue #194654
Tints of Teal Blue #194654
RGB
CMYK
RGB Variations
Color information
#194654 (or 0x194654) is known color: Teal Blue. HEX triplet: 19, 46 and 54. RGB value is (25,70,84). Sum of RGB (Red+Green+Blue) = 25+70+84=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #194654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194654 is #E6B9AB. Grayscale: #3A3A3A. Windows color (decimal): -15120812 or 5522969. OLE color: 5522969.
HSL color Cylindrical-coordinate representation of color #194654: hue angle of 194.24º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194654 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 70 | 84 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.67 |
| HSL | 194.24º | 0.54% | 0.21% | - |
| HSV(B) | 194.24º | 0.7% | 0.33% | - |
| XYZ | 4.19 | 5.23 | 9.18 | - |
| YUV | 58.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 84 | 0.70 | 0.17 | 0 | 0.67 | 194.24 | 0.54 | 0.21 |
| Hex | 19 | 46 | 54 | 46 | 11 | 0 | 43 | C2 | 36 | 15 |
| Octal | 31 | 106 | 124 | 106 | 21 | 0 | 103 | 302 | 66 | 25 |
| Binary | 11001 | 1000110 | 1010100 | 1000110 | 10001 | 0 | 1000011 | 11000010 | 110110 | 10101 |
Color Harmonies of #194654
Complementary color
Monochromatic Colors of #194654
Black with #194654
Text Example
Text Example
White with #194654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194654; }
p { color: rgb(25,70,84); }
H1.HeaderClassName
{
color: #194654;
}
.AnyTagClassName
{
color: #194654;
}
</style>
background-color css
<style>
a { background-color: #194654; }
a { background-color: rgb(25,70,84); }
div.DivClassName
{
background-color: #194654;
}
.BgClassName
{
background-color: #194654;
}
</style>
border-color css
<style>
span { border-color: #194654; }
span { border-color: rgb(25,70,84); }
td.TdClassName
{
border-color: #194654;
}
.TagClassName
{
border-color: #194654;
}
</style>