Shades of Deep Teal #124136
Tints of Deep Teal #124136
RGB
CMYK
RGB Variations
Color information
#124136 (or 0x124136) is known color: Deep Teal. HEX triplet: 12, 41 and 36. RGB value is (18,65,54). Sum of RGB (Red+Green+Blue) = 18+65+54=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #124136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124136 is #EDBEC9. Grayscale: #313131. Windows color (decimal): -15580874 or 3555602. OLE color: 3555602.
HSL color Cylindrical-coordinate representation of color #124136: hue angle of 165.96º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124136 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 54 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.75 |
| HSL | 165.96º | 0.57% | 0.16% | - |
| HSV(B) | 165.96º | 0.72% | 0.25% | - |
| XYZ | 2.81 | 4.18 | 4.15 | - |
| YUV | 49.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 54 | 0.72 | 0 | 0.17 | 0.75 | 165.96 | 0.57 | 0.16 |
| Hex | 12 | 41 | 36 | 48 | 0 | 11 | 4B | A6 | 39 | 10 |
| Octal | 22 | 101 | 66 | 110 | 0 | 21 | 113 | 246 | 71 | 20 |
| Binary | 10010 | 1000001 | 110110 | 1001000 | 0 | 10001 | 1001011 | 10100110 | 111001 | 10000 |
Color Harmonies of #124136
Complementary color
Monochromatic Colors of #124136
Black with #124136
Text Example
Text Example
White with #124136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124136; }
p { color: rgb(18,65,54); }
H1.HeaderClassName
{
color: #124136;
}
.AnyTagClassName
{
color: #124136;
}
</style>
background-color css
<style>
a { background-color: #124136; }
a { background-color: rgb(18,65,54); }
div.DivClassName
{
background-color: #124136;
}
.BgClassName
{
background-color: #124136;
}
</style>
border-color css
<style>
span { border-color: #124136; }
span { border-color: rgb(18,65,54); }
td.TdClassName
{
border-color: #124136;
}
.TagClassName
{
border-color: #124136;
}
</style>