Shades of Deep Teal #115541
Tints of Deep Teal #115541
RGB
CMYK
RGB Variations
Color information
#115541 (or 0x115541) is known color: Deep Teal. HEX triplet: 11, 55 and 41. RGB value is (17,85,65). Sum of RGB (Red+Green+Blue) = 17+85+65=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #115541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115541 is #EEAABE. Grayscale: #3E3E3E. Windows color (decimal): -15641279 or 4281617. OLE color: 4281617.
HSL color Cylindrical-coordinate representation of color #115541: hue angle of 162.35º degrees, saturation: 0.67, 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 #115541 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 85 | 65 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.67 |
| HSL | 162.35º | 0.67% | 0.2% | - |
| HSV(B) | 162.35º | 0.8% | 0.33% | - |
| XYZ | 4.43 | 7 | 6.12 | - |
| YUV | 62.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 65 | 0.80 | 0 | 0.24 | 0.67 | 162.35 | 0.67 | 0.2 |
| Hex | 11 | 55 | 41 | 50 | 0 | 18 | 43 | A2 | 43 | 14 |
| Octal | 21 | 125 | 101 | 120 | 0 | 30 | 103 | 242 | 103 | 24 |
| Binary | 10001 | 1010101 | 1000001 | 1010000 | 0 | 11000 | 1000011 | 10100010 | 1000011 | 10100 |
Color Harmonies of #115541
Complementary color
Monochromatic Colors of #115541
Black with #115541
Text Example
Text Example
White with #115541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115541; }
p { color: rgb(17,85,65); }
H1.HeaderClassName
{
color: #115541;
}
.AnyTagClassName
{
color: #115541;
}
</style>
background-color css
<style>
a { background-color: #115541; }
a { background-color: rgb(17,85,65); }
div.DivClassName
{
background-color: #115541;
}
.BgClassName
{
background-color: #115541;
}
</style>
border-color css
<style>
span { border-color: #115541; }
span { border-color: rgb(17,85,65); }
td.TdClassName
{
border-color: #115541;
}
.TagClassName
{
border-color: #115541;
}
</style>