Shades of Deep Teal #194B45
Tints of Deep Teal #194B45
RGB
CMYK
RGB Variations
Color information
#194B45 (or 0x194B45) is known color: Deep Teal. HEX triplet: 19, 4B and 45. RGB value is (25,75,69). Sum of RGB (Red+Green+Blue) = 25+75+69=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #194B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B45 is #E6B4BA. Grayscale: #3B3B3B. Windows color (decimal): -15119547 or 4541209. OLE color: 4541209.
HSL color Cylindrical-coordinate representation of color #194B45: hue angle of 172.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B45 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 69 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.71 |
| HSL | 172.8º | 0.5% | 0.2% | - |
| HSV(B) | 172.8º | 0.67% | 0.29% | - |
| XYZ | 3.99 | 5.67 | 6.51 | - |
| YUV | 59.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 69 | 0.67 | 0 | 0.08 | 0.71 | 172.8 | 0.5 | 0.2 |
| Hex | 19 | 4B | 45 | 43 | 0 | 8 | 47 | AD | 32 | 14 |
| Octal | 31 | 113 | 105 | 103 | 0 | 10 | 107 | 255 | 62 | 24 |
| Binary | 11001 | 1001011 | 1000101 | 1000011 | 0 | 1000 | 1000111 | 10101101 | 110010 | 10100 |
Color Harmonies of #194B45
Complementary color
Monochromatic Colors of #194B45
Black with #194B45
Text Example
Text Example
White with #194B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B45; }
p { color: rgb(25,75,69); }
H1.HeaderClassName
{
color: #194B45;
}
.AnyTagClassName
{
color: #194B45;
}
</style>
background-color css
<style>
a { background-color: #194B45; }
a { background-color: rgb(25,75,69); }
div.DivClassName
{
background-color: #194B45;
}
.BgClassName
{
background-color: #194B45;
}
</style>
border-color css
<style>
span { border-color: #194B45; }
span { border-color: rgb(25,75,69); }
td.TdClassName
{
border-color: #194B45;
}
.TagClassName
{
border-color: #194B45;
}
</style>