Shades of Deep Teal #174540
Tints of Deep Teal #174540
RGB
CMYK
RGB Variations
Color information
#174540 (or 0x174540) is known color: Deep Teal. HEX triplet: 17, 45 and 40. RGB value is (23,69,64). Sum of RGB (Red+Green+Blue) = 23+69+64=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #174540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174540 is #E8BABF. Grayscale: #363636. Windows color (decimal): -15252160 or 4211991. OLE color: 4211991.
HSL color Cylindrical-coordinate representation of color #174540: hue angle of 173.48º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #174540 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 64 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.73 |
| HSL | 173.48º | 0.5% | 0.18% | - |
| HSV(B) | 173.48º | 0.67% | 0.27% | - |
| XYZ | 3.41 | 4.81 | 5.6 | - |
| YUV | 54.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 64 | 0.67 | 0 | 0.07 | 0.73 | 173.48 | 0.5 | 0.18 |
| Hex | 17 | 45 | 40 | 43 | 0 | 7 | 49 | AD | 32 | 12 |
| Octal | 27 | 105 | 100 | 103 | 0 | 7 | 111 | 255 | 62 | 22 |
| Binary | 10111 | 1000101 | 1000000 | 1000011 | 0 | 111 | 1001001 | 10101101 | 110010 | 10010 |
Color Harmonies of #174540
Complementary color
Monochromatic Colors of #174540
Black with #174540
Text Example
Text Example
White with #174540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174540; }
p { color: rgb(23,69,64); }
H1.HeaderClassName
{
color: #174540;
}
.AnyTagClassName
{
color: #174540;
}
</style>
background-color css
<style>
a { background-color: #174540; }
a { background-color: rgb(23,69,64); }
div.DivClassName
{
background-color: #174540;
}
.BgClassName
{
background-color: #174540;
}
</style>
border-color css
<style>
span { border-color: #174540; }
span { border-color: rgb(23,69,64); }
td.TdClassName
{
border-color: #174540;
}
.TagClassName
{
border-color: #174540;
}
</style>