Shades of Deep Teal #12382F
Tints of Deep Teal #12382F
RGB
CMYK
RGB Variations
Color information
#12382F (or 0x12382F) is known color: Deep Teal. HEX triplet: 12, 38 and 2F. RGB value is (18,56,47). Sum of RGB (Red+Green+Blue) = 18+56+47=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #12382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12382F is #EDC7D0. Grayscale: #2B2B2B. Windows color (decimal): -15583185 or 3094546. OLE color: 3094546.
HSL color Cylindrical-coordinate representation of color #12382F: hue angle of 165.79º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12382F is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 47 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.78 |
| HSL | 165.79º | 0.51% | 0.15% | - |
| HSV(B) | 165.79º | 0.68% | 0.22% | - |
| XYZ | 2.18 | 3.16 | 3.18 | - |
| YUV | 43.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 47 | 0.68 | 0 | 0.16 | 0.78 | 165.79 | 0.51 | 0.15 |
| Hex | 12 | 38 | 2F | 44 | 0 | 10 | 4E | A6 | 33 | F |
| Octal | 22 | 70 | 57 | 104 | 0 | 20 | 116 | 246 | 63 | 17 |
| Binary | 10010 | 111000 | 101111 | 1000100 | 0 | 10000 | 1001110 | 10100110 | 110011 | 1111 |
Color Harmonies of #12382F
Complementary color
Monochromatic Colors of #12382F
Black with #12382F
Text Example
Text Example
White with #12382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12382F; }
p { color: rgb(18,56,47); }
H1.HeaderClassName
{
color: #12382F;
}
.AnyTagClassName
{
color: #12382F;
}
</style>
background-color css
<style>
a { background-color: #12382F; }
a { background-color: rgb(18,56,47); }
div.DivClassName
{
background-color: #12382F;
}
.BgClassName
{
background-color: #12382F;
}
</style>
border-color css
<style>
span { border-color: #12382F; }
span { border-color: rgb(18,56,47); }
td.TdClassName
{
border-color: #12382F;
}
.TagClassName
{
border-color: #12382F;
}
</style>