Shades of Deep Teal #115145
Tints of Deep Teal #115145
RGB
CMYK
RGB Variations
Color information
#115145 (or 0x115145) is known color: Deep Teal. HEX triplet: 11, 51 and 45. RGB value is (17,81,69). Sum of RGB (Red+Green+Blue) = 17+81+69=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #115145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115145 is #EEAEBA. Grayscale: #3C3C3C. Windows color (decimal): -15642299 or 4542737. OLE color: 4542737.
HSL color Cylindrical-coordinate representation of color #115145: hue angle of 168.75º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115145 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 69 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.68 |
| HSL | 168.75º | 0.65% | 0.19% | - |
| HSV(B) | 168.75º | 0.79% | 0.32% | - |
| XYZ | 4.25 | 6.43 | 6.65 | - |
| YUV | 60.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 69 | 0.79 | 0 | 0.15 | 0.68 | 168.75 | 0.65 | 0.19 |
| Hex | 11 | 51 | 45 | 4F | 0 | F | 44 | A9 | 41 | 13 |
| Octal | 21 | 121 | 105 | 117 | 0 | 17 | 104 | 251 | 101 | 23 |
| Binary | 10001 | 1010001 | 1000101 | 1001111 | 0 | 1111 | 1000100 | 10101001 | 1000001 | 10011 |
Color Harmonies of #115145
Complementary color
Monochromatic Colors of #115145
Black with #115145
Text Example
Text Example
White with #115145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115145; }
p { color: rgb(17,81,69); }
H1.HeaderClassName
{
color: #115145;
}
.AnyTagClassName
{
color: #115145;
}
</style>
background-color css
<style>
a { background-color: #115145; }
a { background-color: rgb(17,81,69); }
div.DivClassName
{
background-color: #115145;
}
.BgClassName
{
background-color: #115145;
}
</style>
border-color css
<style>
span { border-color: #115145; }
span { border-color: rgb(17,81,69); }
td.TdClassName
{
border-color: #115145;
}
.TagClassName
{
border-color: #115145;
}
</style>