Shades of Deep Teal #194137
Tints of Deep Teal #194137
RGB
CMYK
RGB Variations
Color information
#194137 (or 0x194137) is known color: Deep Teal. HEX triplet: 19, 41 and 37. RGB value is (25,65,55). Sum of RGB (Red+Green+Blue) = 25+65+55=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #194137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194137 is #E6BEC8. Grayscale: #333333. Windows color (decimal): -15122121 or 3621145. OLE color: 3621145.
HSL color Cylindrical-coordinate representation of color #194137: hue angle of 165º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194137 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 55 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.75 |
| HSL | 165º | 0.44% | 0.18% | - |
| HSV(B) | 165º | 0.62% | 0.25% | - |
| XYZ | 2.98 | 4.26 | 4.28 | - |
| YUV | 51.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 55 | 0.62 | 0 | 0.15 | 0.75 | 165 | 0.44 | 0.18 |
| Hex | 19 | 41 | 37 | 3E | 0 | F | 4B | A5 | 2C | 12 |
| Octal | 31 | 101 | 67 | 76 | 0 | 17 | 113 | 245 | 54 | 22 |
| Binary | 11001 | 1000001 | 110111 | 111110 | 0 | 1111 | 1001011 | 10100101 | 101100 | 10010 |
Color Harmonies of #194137
Complementary color
Monochromatic Colors of #194137
Black with #194137
Text Example
Text Example
White with #194137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194137; }
p { color: rgb(25,65,55); }
H1.HeaderClassName
{
color: #194137;
}
.AnyTagClassName
{
color: #194137;
}
</style>
background-color css
<style>
a { background-color: #194137; }
a { background-color: rgb(25,65,55); }
div.DivClassName
{
background-color: #194137;
}
.BgClassName
{
background-color: #194137;
}
</style>
border-color css
<style>
span { border-color: #194137; }
span { border-color: rgb(25,65,55); }
td.TdClassName
{
border-color: #194137;
}
.TagClassName
{
border-color: #194137;
}
</style>