Shades of Deep Teal #12483C
Tints of Deep Teal #12483C
RGB
CMYK
RGB Variations
Color information
#12483C (or 0x12483C) is known color: Deep Teal. HEX triplet: 12, 48 and 3C. RGB value is (18,72,60). Sum of RGB (Red+Green+Blue) = 18+72+60=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #12483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12483C is #EDB7C3. Grayscale: #363636. Windows color (decimal): -15579076 or 3950610. OLE color: 3950610.
HSL color Cylindrical-coordinate representation of color #12483C: hue angle of 166.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12483C is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 60 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.72 |
| HSL | 166.67º | 0.6% | 0.18% | - |
| HSV(B) | 166.67º | 0.75% | 0.28% | - |
| XYZ | 3.38 | 5.09 | 5.08 | - |
| YUV | 54.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 60 | 0.75 | 0 | 0.17 | 0.72 | 166.67 | 0.6 | 0.18 |
| Hex | 12 | 48 | 3C | 4B | 0 | 11 | 48 | A7 | 3C | 12 |
| Octal | 22 | 110 | 74 | 113 | 0 | 21 | 110 | 247 | 74 | 22 |
| Binary | 10010 | 1001000 | 111100 | 1001011 | 0 | 10001 | 1001000 | 10100111 | 111100 | 10010 |
Color Harmonies of #12483C
Complementary color
Monochromatic Colors of #12483C
Black with #12483C
Text Example
Text Example
White with #12483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12483C; }
p { color: rgb(18,72,60); }
H1.HeaderClassName
{
color: #12483C;
}
.AnyTagClassName
{
color: #12483C;
}
</style>
background-color css
<style>
a { background-color: #12483C; }
a { background-color: rgb(18,72,60); }
div.DivClassName
{
background-color: #12483C;
}
.BgClassName
{
background-color: #12483C;
}
</style>
border-color css
<style>
span { border-color: #12483C; }
span { border-color: rgb(18,72,60); }
td.TdClassName
{
border-color: #12483C;
}
.TagClassName
{
border-color: #12483C;
}
</style>