Shades of Deep Teal #174E45
Tints of Deep Teal #174E45
RGB
CMYK
RGB Variations
Color information
#174E45 (or 0x174E45) is known color: Deep Teal. HEX triplet: 17, 4E and 45. RGB value is (23,78,69). Sum of RGB (Red+Green+Blue) = 23+78+69=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #174E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174E45 is #E8B1BA. Grayscale: #3C3C3C. Windows color (decimal): -15249851 or 4541975. OLE color: 4541975.
HSL color Cylindrical-coordinate representation of color #174E45: hue angle of 170.18º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #174E45 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 78 | 69 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.69 |
| HSL | 170.18º | 0.54% | 0.2% | - |
| HSV(B) | 170.18º | 0.71% | 0.31% | - |
| XYZ | 4.15 | 6.06 | 6.58 | - |
| YUV | 60.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 78 | 69 | 0.71 | 0 | 0.12 | 0.69 | 170.18 | 0.54 | 0.2 |
| Hex | 17 | 4E | 45 | 47 | 0 | C | 45 | AA | 36 | 14 |
| Octal | 27 | 116 | 105 | 107 | 0 | 14 | 105 | 252 | 66 | 24 |
| Binary | 10111 | 1001110 | 1000101 | 1000111 | 0 | 1100 | 1000101 | 10101010 | 110110 | 10100 |
Color Harmonies of #174E45
Complementary color
Monochromatic Colors of #174E45
Black with #174E45
Text Example
Text Example
White with #174E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174E45; }
p { color: rgb(23,78,69); }
H1.HeaderClassName
{
color: #174E45;
}
.AnyTagClassName
{
color: #174E45;
}
</style>
background-color css
<style>
a { background-color: #174E45; }
a { background-color: rgb(23,78,69); }
div.DivClassName
{
background-color: #174E45;
}
.BgClassName
{
background-color: #174E45;
}
</style>
border-color css
<style>
span { border-color: #174E45; }
span { border-color: rgb(23,78,69); }
td.TdClassName
{
border-color: #174E45;
}
.TagClassName
{
border-color: #174E45;
}
</style>