Shades of Deep Teal #113E36
Tints of Deep Teal #113E36
RGB
CMYK
RGB Variations
Color information
#113E36 (or 0x113E36) is known color: Deep Teal. HEX triplet: 11, 3E and 36. RGB value is (17,62,54). Sum of RGB (Red+Green+Blue) = 17+62+54=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 62 - color contains mainly: green. Hex color #113E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E36 is #EEC1C9. Grayscale: #2F2F2F. Windows color (decimal): -15647178 or 3554833. OLE color: 3554833.
HSL color Cylindrical-coordinate representation of color #113E36: hue angle of 169.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E36 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 54 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.76 |
| HSL | 169.33º | 0.57% | 0.15% | - |
| HSV(B) | 169.33º | 0.73% | 0.24% | - |
| XYZ | 2.62 | 3.83 | 4.09 | - |
| YUV | 47.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 54 | 0.73 | 0 | 0.13 | 0.76 | 169.33 | 0.57 | 0.15 |
| Hex | 11 | 3E | 36 | 49 | 0 | D | 4C | A9 | 39 | F |
| Octal | 21 | 76 | 66 | 111 | 0 | 15 | 114 | 251 | 71 | 17 |
| Binary | 10001 | 111110 | 110110 | 1001001 | 0 | 1101 | 1001100 | 10101001 | 111001 | 1111 |
Color Harmonies of #113E36
Complementary color
Monochromatic Colors of #113E36
Black with #113E36
Text Example
Text Example
White with #113E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E36; }
p { color: rgb(17,62,54); }
H1.HeaderClassName
{
color: #113E36;
}
.AnyTagClassName
{
color: #113E36;
}
</style>
background-color css
<style>
a { background-color: #113E36; }
a { background-color: rgb(17,62,54); }
div.DivClassName
{
background-color: #113E36;
}
.BgClassName
{
background-color: #113E36;
}
</style>
border-color css
<style>
span { border-color: #113E36; }
span { border-color: rgb(17,62,54); }
td.TdClassName
{
border-color: #113E36;
}
.TagClassName
{
border-color: #113E36;
}
</style>