Shades of Deep Teal #194A3D
Tints of Deep Teal #194A3D
RGB
CMYK
RGB Variations
Color information
#194A3D (or 0x194A3D) is known color: Deep Teal. HEX triplet: 19, 4A and 3D. RGB value is (25,74,61). Sum of RGB (Red+Green+Blue) = 25+74+61=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #194A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A3D is #E6B5C2. Grayscale: #393939. Windows color (decimal): -15119811 or 4016665. OLE color: 4016665.
HSL color Cylindrical-coordinate representation of color #194A3D: hue angle of 164.08º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194A3D is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 61 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.71 |
| HSL | 164.08º | 0.49% | 0.19% | - |
| HSV(B) | 164.08º | 0.66% | 0.29% | - |
| XYZ | 3.69 | 5.44 | 5.27 | - |
| YUV | 57.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 61 | 0.66 | 0 | 0.18 | 0.71 | 164.08 | 0.49 | 0.19 |
| Hex | 19 | 4A | 3D | 42 | 0 | 12 | 47 | A4 | 31 | 13 |
| Octal | 31 | 112 | 75 | 102 | 0 | 22 | 107 | 244 | 61 | 23 |
| Binary | 11001 | 1001010 | 111101 | 1000010 | 0 | 10010 | 1000111 | 10100100 | 110001 | 10011 |
Color Harmonies of #194A3D
Complementary color
Monochromatic Colors of #194A3D
Black with #194A3D
Text Example
Text Example
White with #194A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A3D; }
p { color: rgb(25,74,61); }
H1.HeaderClassName
{
color: #194A3D;
}
.AnyTagClassName
{
color: #194A3D;
}
</style>
background-color css
<style>
a { background-color: #194A3D; }
a { background-color: rgb(25,74,61); }
div.DivClassName
{
background-color: #194A3D;
}
.BgClassName
{
background-color: #194A3D;
}
</style>
border-color css
<style>
span { border-color: #194A3D; }
span { border-color: rgb(25,74,61); }
td.TdClassName
{
border-color: #194A3D;
}
.TagClassName
{
border-color: #194A3D;
}
</style>