Shades of Teal Blue #194F5E
Tints of Teal Blue #194F5E
RGB
CMYK
RGB Variations
Color information
#194F5E (or 0x194F5E) is known color: Teal Blue. HEX triplet: 19, 4F and 5E. RGB value is (25,79,94). Sum of RGB (Red+Green+Blue) = 25+79+94=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #194F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F5E is #E6B0A1. Grayscale: #404040. Windows color (decimal): -15118498 or 6180633. OLE color: 6180633.
HSL color Cylindrical-coordinate representation of color #194F5E: hue angle of 193.04º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #194F5E is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 25 | 79 | 94 | - |
CMYK | 0.73 | 0.16 | 0 | 0.63 |
HSL | 193.04º | 0.58% | 0.23% | - |
HSV(B) | 193.04º | 0.73% | 0.37% | - |
XYZ | 5.22 | 6.61 | 11.59 | - |
YUV | 64.56 | 144.61 | 99.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 25 | 79 | 94 | 0.73 | 0.16 | 0 | 0.63 | 193.04 | 0.58 | 0.23 |
Hex | 19 | 4F | 5E | 49 | 10 | 0 | 3F | C1 | 3A | 17 |
Octal | 31 | 117 | 136 | 111 | 20 | 0 | 77 | 301 | 72 | 27 |
Binary | 11001 | 1001111 | 1011110 | 1001001 | 10000 | 0 | 111111 | 11000001 | 111010 | 10111 |
Color Harmonies of #194F5E
Complementary color
Monochromatic Colors of #194F5E
Black with #194F5E
Text Example
Text Example
White with #194F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F5E; }
p { color: rgb(25,79,94); }
H1.HeaderClassName
{
color: #194F5E;
}
.AnyTagClassName
{
color: #194F5E;
}
</style>
background-color css
<style>
a { background-color: #194F5E; }
a { background-color: rgb(25,79,94); }
div.DivClassName
{
background-color: #194F5E;
}
.BgClassName
{
background-color: #194F5E;
}
</style>
border-color css
<style>
span { border-color: #194F5E; }
span { border-color: rgb(25,79,94); }
td.TdClassName
{
border-color: #194F5E;
}
.TagClassName
{
border-color: #194F5E;
}
</style>