Shades of Deep Teal #12513F
Tints of Deep Teal #12513F
RGB
CMYK
RGB Variations
Color information
#12513F (or 0x12513F) is known color: Deep Teal. HEX triplet: 12, 51 and 3F. RGB value is (18,81,63). Sum of RGB (Red+Green+Blue) = 18+81+63=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #12513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12513F is #EDAEC0. Grayscale: #3C3C3C. Windows color (decimal): -15576769 or 4149522. OLE color: 4149522.
HSL color Cylindrical-coordinate representation of color #12513F: hue angle of 162.86º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12513F is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 63 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.68 |
| HSL | 162.86º | 0.64% | 0.19% | - |
| HSV(B) | 162.86º | 0.78% | 0.32% | - |
| XYZ | 4.09 | 6.37 | 5.72 | - |
| YUV | 60.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 63 | 0.78 | 0 | 0.22 | 0.68 | 162.86 | 0.64 | 0.19 |
| Hex | 12 | 51 | 3F | 4E | 0 | 16 | 44 | A3 | 40 | 13 |
| Octal | 22 | 121 | 77 | 116 | 0 | 26 | 104 | 243 | 100 | 23 |
| Binary | 10010 | 1010001 | 111111 | 1001110 | 0 | 10110 | 1000100 | 10100011 | 1000000 | 10011 |
Color Harmonies of #12513F
Complementary color
Monochromatic Colors of #12513F
Black with #12513F
Text Example
Text Example
White with #12513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12513F; }
p { color: rgb(18,81,63); }
H1.HeaderClassName
{
color: #12513F;
}
.AnyTagClassName
{
color: #12513F;
}
</style>
background-color css
<style>
a { background-color: #12513F; }
a { background-color: rgb(18,81,63); }
div.DivClassName
{
background-color: #12513F;
}
.BgClassName
{
background-color: #12513F;
}
</style>
border-color css
<style>
span { border-color: #12513F; }
span { border-color: rgb(18,81,63); }
td.TdClassName
{
border-color: #12513F;
}
.TagClassName
{
border-color: #12513F;
}
</style>