Shades of Teal Blue #194750
Tints of Teal Blue #194750
RGB
CMYK
RGB Variations
Color information
#194750 (or 0x194750) is known color: Teal Blue. HEX triplet: 19, 47 and 50. RGB value is (25,71,80). Sum of RGB (Red+Green+Blue) = 25+71+80=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #194750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194750 is #E6B8AF. Grayscale: #3A3A3A. Windows color (decimal): -15120560 or 5261081. OLE color: 5261081.
HSL color Cylindrical-coordinate representation of color #194750: hue angle of 189.82º 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 #194750 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 71 | 80 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.69 |
| HSL | 189.82º | 0.52% | 0.21% | - |
| HSV(B) | 189.82º | 0.69% | 0.31% | - |
| XYZ | 4.1 | 5.29 | 8.39 | - |
| YUV | 58.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 80 | 0.69 | 0.11 | 0 | 0.69 | 189.82 | 0.52 | 0.21 |
| Hex | 19 | 47 | 50 | 45 | B | 0 | 45 | BE | 34 | 15 |
| Octal | 31 | 107 | 120 | 105 | 13 | 0 | 105 | 276 | 64 | 25 |
| Binary | 11001 | 1000111 | 1010000 | 1000101 | 1011 | 0 | 1000101 | 10111110 | 110100 | 10101 |
Color Harmonies of #194750
Complementary color
Monochromatic Colors of #194750
Black with #194750
Text Example
Text Example
White with #194750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194750; }
p { color: rgb(25,71,80); }
H1.HeaderClassName
{
color: #194750;
}
.AnyTagClassName
{
color: #194750;
}
</style>
background-color css
<style>
a { background-color: #194750; }
a { background-color: rgb(25,71,80); }
div.DivClassName
{
background-color: #194750;
}
.BgClassName
{
background-color: #194750;
}
</style>
border-color css
<style>
span { border-color: #194750; }
span { border-color: rgb(25,71,80); }
td.TdClassName
{
border-color: #194750;
}
.TagClassName
{
border-color: #194750;
}
</style>