Shades of Deep Teal #115343
Tints of Deep Teal #115343
RGB
CMYK
RGB Variations
Color information
#115343 (or 0x115343) is known color: Deep Teal. HEX triplet: 11, 53 and 43. RGB value is (17,83,67). Sum of RGB (Red+Green+Blue) = 17+83+67=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #115343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115343 is #EEACBC. Grayscale: #3D3D3D. Windows color (decimal): -15641789 or 4412177. OLE color: 4412177.
HSL color Cylindrical-coordinate representation of color #115343: hue angle of 165.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115343 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 67 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.67 |
| HSL | 165.45º | 0.66% | 0.2% | - |
| HSV(B) | 165.45º | 0.8% | 0.33% | - |
| XYZ | 4.34 | 6.71 | 6.38 | - |
| YUV | 61.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 67 | 0.80 | 0 | 0.19 | 0.67 | 165.45 | 0.66 | 0.2 |
| Hex | 11 | 53 | 43 | 50 | 0 | 13 | 43 | A5 | 42 | 14 |
| Octal | 21 | 123 | 103 | 120 | 0 | 23 | 103 | 245 | 102 | 24 |
| Binary | 10001 | 1010011 | 1000011 | 1010000 | 0 | 10011 | 1000011 | 10100101 | 1000010 | 10100 |
Color Harmonies of #115343
Complementary color
Monochromatic Colors of #115343
Black with #115343
Text Example
Text Example
White with #115343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115343; }
p { color: rgb(17,83,67); }
H1.HeaderClassName
{
color: #115343;
}
.AnyTagClassName
{
color: #115343;
}
</style>
background-color css
<style>
a { background-color: #115343; }
a { background-color: rgb(17,83,67); }
div.DivClassName
{
background-color: #115343;
}
.BgClassName
{
background-color: #115343;
}
</style>
border-color css
<style>
span { border-color: #115343; }
span { border-color: rgb(17,83,67); }
td.TdClassName
{
border-color: #115343;
}
.TagClassName
{
border-color: #115343;
}
</style>