Shades of Deep Teal #174138
Tints of Deep Teal #174138
RGB
CMYK
RGB Variations
Color information
#174138 (or 0x174138) is known color: Deep Teal. HEX triplet: 17, 41 and 38. RGB value is (23,65,56). Sum of RGB (Red+Green+Blue) = 23+65+56=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #174138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174138 is #E8BEC7. Grayscale: #333333. Windows color (decimal): -15253192 or 3686679. OLE color: 3686679.
HSL color Cylindrical-coordinate representation of color #174138: hue angle of 167.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #174138 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 65 | 56 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.75 |
| HSL | 167.14º | 0.48% | 0.17% | - |
| HSV(B) | 167.14º | 0.65% | 0.25% | - |
| XYZ | 2.96 | 4.25 | 4.41 | - |
| YUV | 51.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 56 | 0.65 | 0 | 0.14 | 0.75 | 167.14 | 0.48 | 0.17 |
| Hex | 17 | 41 | 38 | 41 | 0 | E | 4B | A7 | 30 | 11 |
| Octal | 27 | 101 | 70 | 101 | 0 | 16 | 113 | 247 | 60 | 21 |
| Binary | 10111 | 1000001 | 111000 | 1000001 | 0 | 1110 | 1001011 | 10100111 | 110000 | 10001 |
Color Harmonies of #174138
Complementary color
Monochromatic Colors of #174138
Black with #174138
Text Example
Text Example
White with #174138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174138; }
p { color: rgb(23,65,56); }
H1.HeaderClassName
{
color: #174138;
}
.AnyTagClassName
{
color: #174138;
}
</style>
background-color css
<style>
a { background-color: #174138; }
a { background-color: rgb(23,65,56); }
div.DivClassName
{
background-color: #174138;
}
.BgClassName
{
background-color: #174138;
}
</style>
border-color css
<style>
span { border-color: #174138; }
span { border-color: rgb(23,65,56); }
td.TdClassName
{
border-color: #174138;
}
.TagClassName
{
border-color: #174138;
}
</style>