Shades of Deep Teal #174E42
Tints of Deep Teal #174E42
RGB
CMYK
RGB Variations
Color information
#174E42 (or 0x174E42) is known color: Deep Teal. HEX triplet: 17, 4E and 42. RGB value is (23,78,66). Sum of RGB (Red+Green+Blue) = 23+78+66=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #174E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174E42 is #E8B1BD. Grayscale: #3C3C3C. Windows color (decimal): -15249854 or 4345367. OLE color: 4345367.
HSL color Cylindrical-coordinate representation of color #174E42: hue angle of 166.91º 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 #174E42 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 78 | 66 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.69 |
| HSL | 166.91º | 0.54% | 0.2% | - |
| HSV(B) | 166.91º | 0.71% | 0.31% | - |
| XYZ | 4.06 | 6.02 | 6.1 | - |
| YUV | 60.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 78 | 66 | 0.71 | 0 | 0.15 | 0.69 | 166.91 | 0.54 | 0.2 |
| Hex | 17 | 4E | 42 | 47 | 0 | F | 45 | A7 | 36 | 14 |
| Octal | 27 | 116 | 102 | 107 | 0 | 17 | 105 | 247 | 66 | 24 |
| Binary | 10111 | 1001110 | 1000010 | 1000111 | 0 | 1111 | 1000101 | 10100111 | 110110 | 10100 |
Color Harmonies of #174E42
Complementary color
Monochromatic Colors of #174E42
Black with #174E42
Text Example
Text Example
White with #174E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174E42; }
p { color: rgb(23,78,66); }
H1.HeaderClassName
{
color: #174E42;
}
.AnyTagClassName
{
color: #174E42;
}
</style>
background-color css
<style>
a { background-color: #174E42; }
a { background-color: rgb(23,78,66); }
div.DivClassName
{
background-color: #174E42;
}
.BgClassName
{
background-color: #174E42;
}
</style>
border-color css
<style>
span { border-color: #174E42; }
span { border-color: rgb(23,78,66); }
td.TdClassName
{
border-color: #174E42;
}
.TagClassName
{
border-color: #174E42;
}
</style>