Shades of Deep Teal #174A43
Tints of Deep Teal #174A43
RGB
CMYK
RGB Variations
Color information
#174A43 (or 0x174A43) is known color: Deep Teal. HEX triplet: 17, 4A and 43. RGB value is (23,74,67). Sum of RGB (Red+Green+Blue) = 23+74+67=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 74 - color contains mainly: green. Hex color #174A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174A43 is #E8B5BC. Grayscale: #393939. Windows color (decimal): -15250877 or 4409879. OLE color: 4409879.
HSL color Cylindrical-coordinate representation of color #174A43: hue angle of 171.76º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #174A43 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 74 | 67 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.71 |
| HSL | 171.76º | 0.53% | 0.19% | - |
| HSV(B) | 171.76º | 0.69% | 0.29% | - |
| XYZ | 3.82 | 5.48 | 6.17 | - |
| YUV | 57.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 67 | 0.69 | 0 | 0.09 | 0.71 | 171.76 | 0.53 | 0.19 |
| Hex | 17 | 4A | 43 | 45 | 0 | 9 | 47 | AC | 35 | 13 |
| Octal | 27 | 112 | 103 | 105 | 0 | 11 | 107 | 254 | 65 | 23 |
| Binary | 10111 | 1001010 | 1000011 | 1000101 | 0 | 1001 | 1000111 | 10101100 | 110101 | 10011 |
Color Harmonies of #174A43
Complementary color
Monochromatic Colors of #174A43
Black with #174A43
Text Example
Text Example
White with #174A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A43; }
p { color: rgb(23,74,67); }
H1.HeaderClassName
{
color: #174A43;
}
.AnyTagClassName
{
color: #174A43;
}
</style>
background-color css
<style>
a { background-color: #174A43; }
a { background-color: rgb(23,74,67); }
div.DivClassName
{
background-color: #174A43;
}
.BgClassName
{
background-color: #174A43;
}
</style>
border-color css
<style>
span { border-color: #174A43; }
span { border-color: rgb(23,74,67); }
td.TdClassName
{
border-color: #174A43;
}
.TagClassName
{
border-color: #174A43;
}
</style>