Shades of Teal Blue #194F58
Tints of Teal Blue #194F58
RGB
CMYK
RGB Variations
Color information
#194F58 (or 0x194F58) is known color: Teal Blue. HEX triplet: 19, 4F and 58. RGB value is (25,79,88). Sum of RGB (Red+Green+Blue) = 25+79+88=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #194F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F58 is #E6B0A7. Grayscale: #3F3F3F. Windows color (decimal): -15118504 or 5787417. OLE color: 5787417.
HSL color Cylindrical-coordinate representation of color #194F58: hue angle of 188.57º 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 #194F58 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 79 | 88 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.65 |
| HSL | 188.57º | 0.56% | 0.22% | - |
| HSV(B) | 188.57º | 0.72% | 0.35% | - |
| XYZ | 4.96 | 6.5 | 10.23 | - |
| YUV | 63.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 88 | 0.72 | 0.10 | 0 | 0.65 | 188.57 | 0.56 | 0.22 |
| Hex | 19 | 4F | 58 | 48 | A | 0 | 41 | BD | 38 | 16 |
| Octal | 31 | 117 | 130 | 110 | 12 | 0 | 101 | 275 | 70 | 26 |
| Binary | 11001 | 1001111 | 1011000 | 1001000 | 1010 | 0 | 1000001 | 10111101 | 111000 | 10110 |
Color Harmonies of #194F58
Complementary color
Monochromatic Colors of #194F58
Black with #194F58
Text Example
Text Example
White with #194F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F58; }
p { color: rgb(25,79,88); }
H1.HeaderClassName
{
color: #194F58;
}
.AnyTagClassName
{
color: #194F58;
}
</style>
background-color css
<style>
a { background-color: #194F58; }
a { background-color: rgb(25,79,88); }
div.DivClassName
{
background-color: #194F58;
}
.BgClassName
{
background-color: #194F58;
}
</style>
border-color css
<style>
span { border-color: #194F58; }
span { border-color: rgb(25,79,88); }
td.TdClassName
{
border-color: #194F58;
}
.TagClassName
{
border-color: #194F58;
}
</style>