Shades of Deep Teal #18473F
Tints of Deep Teal #18473F
RGB
CMYK
RGB Variations
Color information
#18473F (or 0x18473F) is known color: Deep Teal. HEX triplet: 18, 47 and 3F. RGB value is (24,71,63). Sum of RGB (Red+Green+Blue) = 24+71+63=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #18473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18473F is #E7B8C0. Grayscale: #383838. Windows color (decimal): -15186113 or 4146968. OLE color: 4146968.
HSL color Cylindrical-coordinate representation of color #18473F: hue angle of 169.79º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18473F is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 71 | 63 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.72 |
| HSL | 169.79º | 0.49% | 0.19% | - |
| HSV(B) | 169.79º | 0.66% | 0.28% | - |
| XYZ | 3.53 | 5.06 | 5.49 | - |
| YUV | 56.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 63 | 0.66 | 0 | 0.11 | 0.72 | 169.79 | 0.49 | 0.19 |
| Hex | 18 | 47 | 3F | 42 | 0 | B | 48 | AA | 31 | 13 |
| Octal | 30 | 107 | 77 | 102 | 0 | 13 | 110 | 252 | 61 | 23 |
| Binary | 11000 | 1000111 | 111111 | 1000010 | 0 | 1011 | 1001000 | 10101010 | 110001 | 10011 |
Color Harmonies of #18473F
Complementary color
Monochromatic Colors of #18473F
Black with #18473F
Text Example
Text Example
White with #18473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18473F; }
p { color: rgb(24,71,63); }
H1.HeaderClassName
{
color: #18473F;
}
.AnyTagClassName
{
color: #18473F;
}
</style>
background-color css
<style>
a { background-color: #18473F; }
a { background-color: rgb(24,71,63); }
div.DivClassName
{
background-color: #18473F;
}
.BgClassName
{
background-color: #18473F;
}
</style>
border-color css
<style>
span { border-color: #18473F; }
span { border-color: rgb(24,71,63); }
td.TdClassName
{
border-color: #18473F;
}
.TagClassName
{
border-color: #18473F;
}
</style>