Shades of Deep Teal #18493F
Tints of Deep Teal #18493F
RGB
CMYK
RGB Variations
Color information
#18493F (or 0x18493F) is known color: Deep Teal. HEX triplet: 18, 49 and 3F. RGB value is (24,73,63). Sum of RGB (Red+Green+Blue) = 24+73+63=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #18493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18493F is #E7B6C0. Grayscale: #393939. Windows color (decimal): -15185601 or 4147480. OLE color: 4147480.
HSL color Cylindrical-coordinate representation of color #18493F: hue angle of 167.76º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18493F is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 63 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.71 |
| HSL | 167.76º | 0.51% | 0.19% | - |
| HSV(B) | 167.76º | 0.67% | 0.29% | - |
| XYZ | 3.66 | 5.32 | 5.54 | - |
| YUV | 57.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 63 | 0.67 | 0 | 0.14 | 0.71 | 167.76 | 0.51 | 0.19 |
| Hex | 18 | 49 | 3F | 43 | 0 | E | 47 | A8 | 33 | 13 |
| Octal | 30 | 111 | 77 | 103 | 0 | 16 | 107 | 250 | 63 | 23 |
| Binary | 11000 | 1001001 | 111111 | 1000011 | 0 | 1110 | 1000111 | 10101000 | 110011 | 10011 |
Color Harmonies of #18493F
Complementary color
Monochromatic Colors of #18493F
Black with #18493F
Text Example
Text Example
White with #18493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18493F; }
p { color: rgb(24,73,63); }
H1.HeaderClassName
{
color: #18493F;
}
.AnyTagClassName
{
color: #18493F;
}
</style>
background-color css
<style>
a { background-color: #18493F; }
a { background-color: rgb(24,73,63); }
div.DivClassName
{
background-color: #18493F;
}
.BgClassName
{
background-color: #18493F;
}
</style>
border-color css
<style>
span { border-color: #18493F; }
span { border-color: rgb(24,73,63); }
td.TdClassName
{
border-color: #18493F;
}
.TagClassName
{
border-color: #18493F;
}
</style>