Shades of Deep Teal #115441
Tints of Deep Teal #115441
RGB
CMYK
RGB Variations
Color information
#115441 (or 0x115441) is known color: Deep Teal. HEX triplet: 11, 54 and 41. RGB value is (17,84,65). Sum of RGB (Red+Green+Blue) = 17+84+65=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #115441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115441 is #EEABBE. Grayscale: #3D3D3D. Windows color (decimal): -15641535 or 4281361. OLE color: 4281361.
HSL color Cylindrical-coordinate representation of color #115441: hue angle of 162.99º 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 #115441 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 65 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.67 |
| HSL | 162.99º | 0.66% | 0.2% | - |
| HSV(B) | 162.99º | 0.8% | 0.33% | - |
| XYZ | 4.36 | 6.84 | 6.09 | - |
| YUV | 61.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 65 | 0.80 | 0 | 0.23 | 0.67 | 162.99 | 0.66 | 0.2 |
| Hex | 11 | 54 | 41 | 50 | 0 | 17 | 43 | A3 | 42 | 14 |
| Octal | 21 | 124 | 101 | 120 | 0 | 27 | 103 | 243 | 102 | 24 |
| Binary | 10001 | 1010100 | 1000001 | 1010000 | 0 | 10111 | 1000011 | 10100011 | 1000010 | 10100 |
Color Harmonies of #115441
Complementary color
Monochromatic Colors of #115441
Black with #115441
Text Example
Text Example
White with #115441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115441; }
p { color: rgb(17,84,65); }
H1.HeaderClassName
{
color: #115441;
}
.AnyTagClassName
{
color: #115441;
}
</style>
background-color css
<style>
a { background-color: #115441; }
a { background-color: rgb(17,84,65); }
div.DivClassName
{
background-color: #115441;
}
.BgClassName
{
background-color: #115441;
}
</style>
border-color css
<style>
span { border-color: #115441; }
span { border-color: rgb(17,84,65); }
td.TdClassName
{
border-color: #115441;
}
.TagClassName
{
border-color: #115441;
}
</style>