Shades of Deep Teal #194F41
Tints of Deep Teal #194F41
RGB
CMYK
RGB Variations
Color information
#194F41 (or 0x194F41) is known color: Deep Teal. HEX triplet: 19, 4F and 41. RGB value is (25,79,65). Sum of RGB (Red+Green+Blue) = 25+79+65=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #194F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F41 is #E6B0BE. Grayscale: #3D3D3D. Windows color (decimal): -15118527 or 4280089. OLE color: 4280089.
HSL color Cylindrical-coordinate representation of color #194F41: hue angle of 164.44º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194F41 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 65 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.69 |
| HSL | 164.44º | 0.52% | 0.2% | - |
| HSV(B) | 164.44º | 0.68% | 0.31% | - |
| XYZ | 4.15 | 6.18 | 5.98 | - |
| YUV | 61.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 65 | 0.68 | 0 | 0.18 | 0.69 | 164.44 | 0.52 | 0.2 |
| Hex | 19 | 4F | 41 | 44 | 0 | 12 | 45 | A4 | 34 | 14 |
| Octal | 31 | 117 | 101 | 104 | 0 | 22 | 105 | 244 | 64 | 24 |
| Binary | 11001 | 1001111 | 1000001 | 1000100 | 0 | 10010 | 1000101 | 10100100 | 110100 | 10100 |
Color Harmonies of #194F41
Complementary color
Monochromatic Colors of #194F41
Black with #194F41
Text Example
Text Example
White with #194F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F41; }
p { color: rgb(25,79,65); }
H1.HeaderClassName
{
color: #194F41;
}
.AnyTagClassName
{
color: #194F41;
}
</style>
background-color css
<style>
a { background-color: #194F41; }
a { background-color: rgb(25,79,65); }
div.DivClassName
{
background-color: #194F41;
}
.BgClassName
{
background-color: #194F41;
}
</style>
border-color css
<style>
span { border-color: #194F41; }
span { border-color: rgb(25,79,65); }
td.TdClassName
{
border-color: #194F41;
}
.TagClassName
{
border-color: #194F41;
}
</style>