Shades of Teal Blue #194E5D
Tints of Teal Blue #194E5D
RGB
CMYK
RGB Variations
Color information
#194E5D (or 0x194E5D) is known color: Teal Blue. HEX triplet: 19, 4E and 5D. RGB value is (25,78,93). Sum of RGB (Red+Green+Blue) = 25+78+93=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #194E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E5D is #E6B1A2. Grayscale: #3F3F3F. Windows color (decimal): -15118755 or 6114841. OLE color: 6114841.
HSL color Cylindrical-coordinate representation of color #194E5D: hue angle of 193.24º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #194E5D is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 78 | 93 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.64 |
| HSL | 193.24º | 0.58% | 0.23% | - |
| HSV(B) | 193.24º | 0.73% | 0.36% | - |
| XYZ | 5.1 | 6.45 | 11.33 | - |
| YUV | 63.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 93 | 0.73 | 0.16 | 0 | 0.64 | 193.24 | 0.58 | 0.23 |
| Hex | 19 | 4E | 5D | 49 | 10 | 0 | 40 | C1 | 3A | 17 |
| Octal | 31 | 116 | 135 | 111 | 20 | 0 | 100 | 301 | 72 | 27 |
| Binary | 11001 | 1001110 | 1011101 | 1001001 | 10000 | 0 | 1000000 | 11000001 | 111010 | 10111 |
Color Harmonies of #194E5D
Complementary color
Monochromatic Colors of #194E5D
Black with #194E5D
Text Example
Text Example
White with #194E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E5D; }
p { color: rgb(25,78,93); }
H1.HeaderClassName
{
color: #194E5D;
}
.AnyTagClassName
{
color: #194E5D;
}
</style>
background-color css
<style>
a { background-color: #194E5D; }
a { background-color: rgb(25,78,93); }
div.DivClassName
{
background-color: #194E5D;
}
.BgClassName
{
background-color: #194E5D;
}
</style>
border-color css
<style>
span { border-color: #194E5D; }
span { border-color: rgb(25,78,93); }
td.TdClassName
{
border-color: #194E5D;
}
.TagClassName
{
border-color: #194E5D;
}
</style>