Shades of Deep Teal #174039
Tints of Deep Teal #174039
RGB
CMYK
RGB Variations
Color information
#174039 (or 0x174039) is known color: Deep Teal. HEX triplet: 17, 40 and 39. RGB value is (23,64,57). Sum of RGB (Red+Green+Blue) = 23+64+57=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #174039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174039 is #E8BFC6. Grayscale: #323232. Windows color (decimal): -15253447 or 3751959. OLE color: 3751959.
HSL color Cylindrical-coordinate representation of color #174039: hue angle of 169.76º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #174039 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 64 | 57 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.75 |
| HSL | 169.76º | 0.47% | 0.17% | - |
| HSV(B) | 169.76º | 0.64% | 0.25% | - |
| XYZ | 2.93 | 4.14 | 4.52 | - |
| YUV | 50.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 57 | 0.64 | 0 | 0.11 | 0.75 | 169.76 | 0.47 | 0.17 |
| Hex | 17 | 40 | 39 | 40 | 0 | B | 4B | AA | 2F | 11 |
| Octal | 27 | 100 | 71 | 100 | 0 | 13 | 113 | 252 | 57 | 21 |
| Binary | 10111 | 1000000 | 111001 | 1000000 | 0 | 1011 | 1001011 | 10101010 | 101111 | 10001 |
Color Harmonies of #174039
Complementary color
Monochromatic Colors of #174039
Black with #174039
Text Example
Text Example
White with #174039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174039; }
p { color: rgb(23,64,57); }
H1.HeaderClassName
{
color: #174039;
}
.AnyTagClassName
{
color: #174039;
}
</style>
background-color css
<style>
a { background-color: #174039; }
a { background-color: rgb(23,64,57); }
div.DivClassName
{
background-color: #174039;
}
.BgClassName
{
background-color: #174039;
}
</style>
border-color css
<style>
span { border-color: #174039; }
span { border-color: rgb(23,64,57); }
td.TdClassName
{
border-color: #174039;
}
.TagClassName
{
border-color: #174039;
}
</style>