Shades of Deep Teal #194C41
Tints of Deep Teal #194C41
RGB
CMYK
RGB Variations
Color information
#194C41 (or 0x194C41) is known color: Deep Teal. HEX triplet: 19, 4C and 41. RGB value is (25,76,65). Sum of RGB (Red+Green+Blue) = 25+76+65=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 76 - color contains mainly: green. Hex color #194C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C41 is #E6B3BE. Grayscale: #3B3B3B. Windows color (decimal): -15119295 or 4279321. OLE color: 4279321.
HSL color Cylindrical-coordinate representation of color #194C41: hue angle of 167.06º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C41 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 65 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.70 |
| HSL | 167.06º | 0.5% | 0.2% | - |
| HSV(B) | 167.06º | 0.67% | 0.3% | - |
| XYZ | 3.94 | 5.76 | 5.9 | - |
| YUV | 59.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 65 | 0.67 | 0 | 0.14 | 0.70 | 167.06 | 0.5 | 0.2 |
| Hex | 19 | 4C | 41 | 43 | 0 | E | 46 | A7 | 32 | 14 |
| Octal | 31 | 114 | 101 | 103 | 0 | 16 | 106 | 247 | 62 | 24 |
| Binary | 11001 | 1001100 | 1000001 | 1000011 | 0 | 1110 | 1000110 | 10100111 | 110010 | 10100 |
Color Harmonies of #194C41
Complementary color
Monochromatic Colors of #194C41
Black with #194C41
Text Example
Text Example
White with #194C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C41; }
p { color: rgb(25,76,65); }
H1.HeaderClassName
{
color: #194C41;
}
.AnyTagClassName
{
color: #194C41;
}
</style>
background-color css
<style>
a { background-color: #194C41; }
a { background-color: rgb(25,76,65); }
div.DivClassName
{
background-color: #194C41;
}
.BgClassName
{
background-color: #194C41;
}
</style>
border-color css
<style>
span { border-color: #194C41; }
span { border-color: rgb(25,76,65); }
td.TdClassName
{
border-color: #194C41;
}
.TagClassName
{
border-color: #194C41;
}
</style>