Shades of Deep Teal #18473C
Tints of Deep Teal #18473C
RGB
CMYK
RGB Variations
Color information
#18473C (or 0x18473C) is known color: Deep Teal. HEX triplet: 18, 47 and 3C. RGB value is (24,71,60). Sum of RGB (Red+Green+Blue) = 24+71+60=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #18473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18473C is #E7B8C3. Grayscale: #373737. Windows color (decimal): -15186116 or 3950360. OLE color: 3950360.
HSL color Cylindrical-coordinate representation of color #18473C: hue angle of 165.96º 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 #18473C is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 71 | 60 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.72 |
| HSL | 165.96º | 0.49% | 0.19% | - |
| HSV(B) | 165.96º | 0.66% | 0.28% | - |
| XYZ | 3.45 | 5.03 | 5.06 | - |
| YUV | 55.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 60 | 0.66 | 0 | 0.15 | 0.72 | 165.96 | 0.49 | 0.19 |
| Hex | 18 | 47 | 3C | 42 | 0 | F | 48 | A6 | 31 | 13 |
| Octal | 30 | 107 | 74 | 102 | 0 | 17 | 110 | 246 | 61 | 23 |
| Binary | 11000 | 1000111 | 111100 | 1000010 | 0 | 1111 | 1001000 | 10100110 | 110001 | 10011 |
Color Harmonies of #18473C
Complementary color
Monochromatic Colors of #18473C
Black with #18473C
Text Example
Text Example
White with #18473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18473C; }
p { color: rgb(24,71,60); }
H1.HeaderClassName
{
color: #18473C;
}
.AnyTagClassName
{
color: #18473C;
}
</style>
background-color css
<style>
a { background-color: #18473C; }
a { background-color: rgb(24,71,60); }
div.DivClassName
{
background-color: #18473C;
}
.BgClassName
{
background-color: #18473C;
}
</style>
border-color css
<style>
span { border-color: #18473C; }
span { border-color: rgb(24,71,60); }
td.TdClassName
{
border-color: #18473C;
}
.TagClassName
{
border-color: #18473C;
}
</style>