Shades of Deep Teal #113D34
Tints of Deep Teal #113D34
RGB
CMYK
RGB Variations
Color information
#113D34 (or 0x113D34) is known color: Deep Teal. HEX triplet: 11, 3D and 34. RGB value is (17,61,52). Sum of RGB (Red+Green+Blue) = 17+61+52=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #113D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D34 is #EEC2CB. Grayscale: #2E2E2E. Windows color (decimal): -15647436 or 3423505. OLE color: 3423505.
HSL color Cylindrical-coordinate representation of color #113D34: hue angle of 167.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D34 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 52 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.76 |
| HSL | 167.73º | 0.56% | 0.15% | - |
| HSV(B) | 167.73º | 0.72% | 0.24% | - |
| XYZ | 2.52 | 3.7 | 3.83 | - |
| YUV | 46.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 52 | 0.72 | 0 | 0.15 | 0.76 | 167.73 | 0.56 | 0.15 |
| Hex | 11 | 3D | 34 | 48 | 0 | F | 4C | A8 | 38 | F |
| Octal | 21 | 75 | 64 | 110 | 0 | 17 | 114 | 250 | 70 | 17 |
| Binary | 10001 | 111101 | 110100 | 1001000 | 0 | 1111 | 1001100 | 10101000 | 111000 | 1111 |
Color Harmonies of #113D34
Complementary color
Monochromatic Colors of #113D34
Black with #113D34
Text Example
Text Example
White with #113D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D34; }
p { color: rgb(17,61,52); }
H1.HeaderClassName
{
color: #113D34;
}
.AnyTagClassName
{
color: #113D34;
}
</style>
background-color css
<style>
a { background-color: #113D34; }
a { background-color: rgb(17,61,52); }
div.DivClassName
{
background-color: #113D34;
}
.BgClassName
{
background-color: #113D34;
}
</style>
border-color css
<style>
span { border-color: #113D34; }
span { border-color: rgb(17,61,52); }
td.TdClassName
{
border-color: #113D34;
}
.TagClassName
{
border-color: #113D34;
}
</style>