Shades of Deep Teal #174337
Tints of Deep Teal #174337
RGB
CMYK
RGB Variations
Color information
#174337 (or 0x174337) is known color: Deep Teal. HEX triplet: 17, 43 and 37. RGB value is (23,67,55). Sum of RGB (Red+Green+Blue) = 23+67+55=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #174337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174337 is #E8BCC8. Grayscale: #343434. Windows color (decimal): -15252681 or 3621655. OLE color: 3621655.
HSL color Cylindrical-coordinate representation of color #174337: hue angle of 163.64º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #174337 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 67 | 55 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.74 |
| HSL | 163.64º | 0.49% | 0.18% | - |
| HSV(B) | 163.64º | 0.66% | 0.26% | - |
| XYZ | 3.05 | 4.47 | 4.32 | - |
| YUV | 52.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 55 | 0.66 | 0 | 0.18 | 0.74 | 163.64 | 0.49 | 0.18 |
| Hex | 17 | 43 | 37 | 42 | 0 | 12 | 4A | A4 | 31 | 12 |
| Octal | 27 | 103 | 67 | 102 | 0 | 22 | 112 | 244 | 61 | 22 |
| Binary | 10111 | 1000011 | 110111 | 1000010 | 0 | 10010 | 1001010 | 10100100 | 110001 | 10010 |
Color Harmonies of #174337
Complementary color
Monochromatic Colors of #174337
Black with #174337
Text Example
Text Example
White with #174337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174337; }
p { color: rgb(23,67,55); }
H1.HeaderClassName
{
color: #174337;
}
.AnyTagClassName
{
color: #174337;
}
</style>
background-color css
<style>
a { background-color: #174337; }
a { background-color: rgb(23,67,55); }
div.DivClassName
{
background-color: #174337;
}
.BgClassName
{
background-color: #174337;
}
</style>
border-color css
<style>
span { border-color: #174337; }
span { border-color: rgb(23,67,55); }
td.TdClassName
{
border-color: #174337;
}
.TagClassName
{
border-color: #174337;
}
</style>