Shades of Deep Teal #18483B
Tints of Deep Teal #18483B
RGB
CMYK
RGB Variations
Color information
#18483B (or 0x18483B) is known color: Deep Teal. HEX triplet: 18, 48 and 3B. RGB value is (24,72,59). Sum of RGB (Red+Green+Blue) = 24+72+59=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #18483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18483B is #E7B7C4. Grayscale: #383838. Windows color (decimal): -15185861 or 3885080. OLE color: 3885080.
HSL color Cylindrical-coordinate representation of color #18483B: hue angle of 163.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18483B is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 72 | 59 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.72 |
| HSL | 163.75º | 0.5% | 0.19% | - |
| HSV(B) | 163.75º | 0.67% | 0.28% | - |
| XYZ | 3.48 | 5.14 | 4.95 | - |
| YUV | 56.17 | 129.6 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 59 | 0.67 | 0 | 0.18 | 0.72 | 163.75 | 0.5 | 0.19 |
| Hex | 18 | 48 | 3B | 43 | 0 | 12 | 48 | A4 | 32 | 13 |
| Octal | 30 | 110 | 73 | 103 | 0 | 22 | 110 | 244 | 62 | 23 |
| Binary | 11000 | 1001000 | 111011 | 1000011 | 0 | 10010 | 1001000 | 10100100 | 110010 | 10011 |
Color Harmonies of #18483B
Complementary color
Monochromatic Colors of #18483B
Black with #18483B
Text Example
Text Example
White with #18483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18483B; }
p { color: rgb(24,72,59); }
H1.HeaderClassName
{
color: #18483B;
}
.AnyTagClassName
{
color: #18483B;
}
</style>
background-color css
<style>
a { background-color: #18483B; }
a { background-color: rgb(24,72,59); }
div.DivClassName
{
background-color: #18483B;
}
.BgClassName
{
background-color: #18483B;
}
</style>
border-color css
<style>
span { border-color: #18483B; }
span { border-color: rgb(24,72,59); }
td.TdClassName
{
border-color: #18483B;
}
.TagClassName
{
border-color: #18483B;
}
</style>