Shades of Deep Teal #194C45
Tints of Deep Teal #194C45
RGB
CMYK
RGB Variations
Color information
#194C45 (or 0x194C45) is known color: Deep Teal. HEX triplet: 19, 4C and 45. RGB value is (25,76,69). Sum of RGB (Red+Green+Blue) = 25+76+69=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #194C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C45 is #E6B3BA. Grayscale: #3B3B3B. Windows color (decimal): -15119291 or 4541465. OLE color: 4541465.
HSL color Cylindrical-coordinate representation of color #194C45: hue angle of 171.76º 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 #194C45 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 69 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.70 |
| HSL | 171.76º | 0.5% | 0.2% | - |
| HSV(B) | 171.76º | 0.67% | 0.3% | - |
| XYZ | 4.06 | 5.81 | 6.54 | - |
| YUV | 59.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 69 | 0.67 | 0 | 0.09 | 0.70 | 171.76 | 0.5 | 0.2 |
| Hex | 19 | 4C | 45 | 43 | 0 | 9 | 46 | AC | 32 | 14 |
| Octal | 31 | 114 | 105 | 103 | 0 | 11 | 106 | 254 | 62 | 24 |
| Binary | 11001 | 1001100 | 1000101 | 1000011 | 0 | 1001 | 1000110 | 10101100 | 110010 | 10100 |
Color Harmonies of #194C45
Complementary color
Monochromatic Colors of #194C45
Black with #194C45
Text Example
Text Example
White with #194C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C45; }
p { color: rgb(25,76,69); }
H1.HeaderClassName
{
color: #194C45;
}
.AnyTagClassName
{
color: #194C45;
}
</style>
background-color css
<style>
a { background-color: #194C45; }
a { background-color: rgb(25,76,69); }
div.DivClassName
{
background-color: #194C45;
}
.BgClassName
{
background-color: #194C45;
}
</style>
border-color css
<style>
span { border-color: #194C45; }
span { border-color: rgb(25,76,69); }
td.TdClassName
{
border-color: #194C45;
}
.TagClassName
{
border-color: #194C45;
}
</style>