Shades of Teal Blue #194653
Tints of Teal Blue #194653
RGB
CMYK
RGB Variations
Color information
#194653 (or 0x194653) is known color: Teal Blue. HEX triplet: 19, 46 and 53. RGB value is (25,70,83). Sum of RGB (Red+Green+Blue) = 25+70+83=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #194653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194653 is #E6B9AC. Grayscale: #393939. Windows color (decimal): -15120813 or 5457433. OLE color: 5457433.
HSL color Cylindrical-coordinate representation of color #194653: hue angle of 193.45º 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 #194653 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 70 | 83 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.67 |
| HSL | 193.45º | 0.54% | 0.21% | - |
| HSV(B) | 193.45º | 0.7% | 0.33% | - |
| XYZ | 4.15 | 5.21 | 8.97 | - |
| YUV | 58.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 83 | 0.70 | 0.16 | 0 | 0.67 | 193.45 | 0.54 | 0.21 |
| Hex | 19 | 46 | 53 | 46 | 10 | 0 | 43 | C1 | 36 | 15 |
| Octal | 31 | 106 | 123 | 106 | 20 | 0 | 103 | 301 | 66 | 25 |
| Binary | 11001 | 1000110 | 1010011 | 1000110 | 10000 | 0 | 1000011 | 11000001 | 110110 | 10101 |
Color Harmonies of #194653
Complementary color
Monochromatic Colors of #194653
Black with #194653
Text Example
Text Example
White with #194653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194653; }
p { color: rgb(25,70,83); }
H1.HeaderClassName
{
color: #194653;
}
.AnyTagClassName
{
color: #194653;
}
</style>
background-color css
<style>
a { background-color: #194653; }
a { background-color: rgb(25,70,83); }
div.DivClassName
{
background-color: #194653;
}
.BgClassName
{
background-color: #194653;
}
</style>
border-color css
<style>
span { border-color: #194653; }
span { border-color: rgb(25,70,83); }
td.TdClassName
{
border-color: #194653;
}
.TagClassName
{
border-color: #194653;
}
</style>