Shades of Teal Blue #194950
Tints of Teal Blue #194950
RGB
CMYK
RGB Variations
Color information
#194950 (or 0x194950) is known color: Teal Blue. HEX triplet: 19, 49 and 50. RGB value is (25,73,80). Sum of RGB (Red+Green+Blue) = 25+73+80=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #194950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194950 is #E6B6AF. Grayscale: #3B3B3B. Windows color (decimal): -15120048 or 5261593. OLE color: 5261593.
HSL color Cylindrical-coordinate representation of color #194950: hue angle of 187.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #194950 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 73 | 80 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.69 |
| HSL | 187.64º | 0.52% | 0.21% | - |
| HSV(B) | 187.64º | 0.69% | 0.31% | - |
| XYZ | 4.23 | 5.55 | 8.44 | - |
| YUV | 59.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 80 | 0.69 | 0.09 | 0 | 0.69 | 187.64 | 0.52 | 0.21 |
| Hex | 19 | 49 | 50 | 45 | 9 | 0 | 45 | BC | 34 | 15 |
| Octal | 31 | 111 | 120 | 105 | 11 | 0 | 105 | 274 | 64 | 25 |
| Binary | 11001 | 1001001 | 1010000 | 1000101 | 1001 | 0 | 1000101 | 10111100 | 110100 | 10101 |
Color Harmonies of #194950
Complementary color
Monochromatic Colors of #194950
Black with #194950
Text Example
Text Example
White with #194950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194950; }
p { color: rgb(25,73,80); }
H1.HeaderClassName
{
color: #194950;
}
.AnyTagClassName
{
color: #194950;
}
</style>
background-color css
<style>
a { background-color: #194950; }
a { background-color: rgb(25,73,80); }
div.DivClassName
{
background-color: #194950;
}
.BgClassName
{
background-color: #194950;
}
</style>
border-color css
<style>
span { border-color: #194950; }
span { border-color: rgb(25,73,80); }
td.TdClassName
{
border-color: #194950;
}
.TagClassName
{
border-color: #194950;
}
</style>