Shades of Deep Teal #174038
Tints of Deep Teal #174038
RGB
CMYK
RGB Variations
Color information
#174038 (or 0x174038) is known color: Deep Teal. HEX triplet: 17, 40 and 38. RGB value is (23,64,56). Sum of RGB (Red+Green+Blue) = 23+64+56=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #174038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174038 is #E8BFC7. Grayscale: #323232. Windows color (decimal): -15253448 or 3686423. OLE color: 3686423.
HSL color Cylindrical-coordinate representation of color #174038: hue angle of 168.29º 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 #174038 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 64 | 56 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.75 |
| HSL | 168.29º | 0.47% | 0.17% | - |
| HSV(B) | 168.29º | 0.64% | 0.25% | - |
| XYZ | 2.9 | 4.13 | 4.39 | - |
| YUV | 50.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 56 | 0.64 | 0 | 0.13 | 0.75 | 168.29 | 0.47 | 0.17 |
| Hex | 17 | 40 | 38 | 40 | 0 | D | 4B | A8 | 2F | 11 |
| Octal | 27 | 100 | 70 | 100 | 0 | 15 | 113 | 250 | 57 | 21 |
| Binary | 10111 | 1000000 | 111000 | 1000000 | 0 | 1101 | 1001011 | 10101000 | 101111 | 10001 |
Color Harmonies of #174038
Complementary color
Monochromatic Colors of #174038
Black with #174038
Text Example
Text Example
White with #174038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174038; }
p { color: rgb(23,64,56); }
H1.HeaderClassName
{
color: #174038;
}
.AnyTagClassName
{
color: #174038;
}
</style>
background-color css
<style>
a { background-color: #174038; }
a { background-color: rgb(23,64,56); }
div.DivClassName
{
background-color: #174038;
}
.BgClassName
{
background-color: #174038;
}
</style>
border-color css
<style>
span { border-color: #174038; }
span { border-color: rgb(23,64,56); }
td.TdClassName
{
border-color: #174038;
}
.TagClassName
{
border-color: #174038;
}
</style>