Shades of Deep Teal #194741
Tints of Deep Teal #194741
RGB
CMYK
RGB Variations
Color information
#194741 (or 0x194741) is known color: Deep Teal. HEX triplet: 19, 47 and 41. RGB value is (25,71,65). Sum of RGB (Red+Green+Blue) = 25+71+65=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #194741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194741 is #E6B8BE. Grayscale: #383838. Windows color (decimal): -15120575 or 4278041. OLE color: 4278041.
HSL color Cylindrical-coordinate representation of color #194741: hue angle of 172.17º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194741 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 71 | 65 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.72 |
| HSL | 172.17º | 0.48% | 0.19% | - |
| HSV(B) | 172.17º | 0.65% | 0.28% | - |
| XYZ | 3.61 | 5.09 | 5.79 | - |
| YUV | 56.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 65 | 0.65 | 0 | 0.08 | 0.72 | 172.17 | 0.48 | 0.19 |
| Hex | 19 | 47 | 41 | 41 | 0 | 8 | 48 | AC | 30 | 13 |
| Octal | 31 | 107 | 101 | 101 | 0 | 10 | 110 | 254 | 60 | 23 |
| Binary | 11001 | 1000111 | 1000001 | 1000001 | 0 | 1000 | 1001000 | 10101100 | 110000 | 10011 |
Color Harmonies of #194741
Complementary color
Monochromatic Colors of #194741
Black with #194741
Text Example
Text Example
White with #194741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194741; }
p { color: rgb(25,71,65); }
H1.HeaderClassName
{
color: #194741;
}
.AnyTagClassName
{
color: #194741;
}
</style>
background-color css
<style>
a { background-color: #194741; }
a { background-color: rgb(25,71,65); }
div.DivClassName
{
background-color: #194741;
}
.BgClassName
{
background-color: #194741;
}
</style>
border-color css
<style>
span { border-color: #194741; }
span { border-color: rgb(25,71,65); }
td.TdClassName
{
border-color: #194741;
}
.TagClassName
{
border-color: #194741;
}
</style>