Shades of Teal Blue #194C57
Tints of Teal Blue #194C57
RGB
CMYK
RGB Variations
Color information
#194C57 (or 0x194C57) is known color: Teal Blue. HEX triplet: 19, 4C and 57. RGB value is (25,76,87). Sum of RGB (Red+Green+Blue) = 25+76+87=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #194C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C57 is #E6B3A8. Grayscale: #3D3D3D. Windows color (decimal): -15119273 or 5721113. OLE color: 5721113.
HSL color Cylindrical-coordinate representation of color #194C57: hue angle of 190.65º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194C57 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 76 | 87 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.66 |
| HSL | 190.65º | 0.55% | 0.22% | - |
| HSV(B) | 190.65º | 0.71% | 0.34% | - |
| XYZ | 4.71 | 6.06 | 9.94 | - |
| YUV | 62.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 87 | 0.71 | 0.13 | 0 | 0.66 | 190.65 | 0.55 | 0.22 |
| Hex | 19 | 4C | 57 | 47 | D | 0 | 42 | BF | 37 | 16 |
| Octal | 31 | 114 | 127 | 107 | 15 | 0 | 102 | 277 | 67 | 26 |
| Binary | 11001 | 1001100 | 1010111 | 1000111 | 1101 | 0 | 1000010 | 10111111 | 110111 | 10110 |
Color Harmonies of #194C57
Complementary color
Monochromatic Colors of #194C57
Black with #194C57
Text Example
Text Example
White with #194C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C57; }
p { color: rgb(25,76,87); }
H1.HeaderClassName
{
color: #194C57;
}
.AnyTagClassName
{
color: #194C57;
}
</style>
background-color css
<style>
a { background-color: #194C57; }
a { background-color: rgb(25,76,87); }
div.DivClassName
{
background-color: #194C57;
}
.BgClassName
{
background-color: #194C57;
}
</style>
border-color css
<style>
span { border-color: #194C57; }
span { border-color: rgb(25,76,87); }
td.TdClassName
{
border-color: #194C57;
}
.TagClassName
{
border-color: #194C57;
}
</style>