Shades of Deep Teal #114538
Tints of Deep Teal #114538
RGB
CMYK
RGB Variations
Color information
#114538 (or 0x114538) is known color: Deep Teal. HEX triplet: 11, 45 and 38. RGB value is (17,69,56). Sum of RGB (Red+Green+Blue) = 17+69+56=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #114538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114538 is #EEBAC7. Grayscale: #333333. Windows color (decimal): -15645384 or 3687697. OLE color: 3687697.
HSL color Cylindrical-coordinate representation of color #114538: hue angle of 165º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114538 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 56 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.73 |
| HSL | 165º | 0.6% | 0.17% | - |
| HSV(B) | 165º | 0.75% | 0.27% | - |
| XYZ | 3.07 | 4.66 | 4.48 | - |
| YUV | 51.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 56 | 0.75 | 0 | 0.19 | 0.73 | 165 | 0.6 | 0.17 |
| Hex | 11 | 45 | 38 | 4B | 0 | 13 | 49 | A5 | 3C | 11 |
| Octal | 21 | 105 | 70 | 113 | 0 | 23 | 111 | 245 | 74 | 21 |
| Binary | 10001 | 1000101 | 111000 | 1001011 | 0 | 10011 | 1001001 | 10100101 | 111100 | 10001 |
Color Harmonies of #114538
Complementary color
Monochromatic Colors of #114538
Black with #114538
Text Example
Text Example
White with #114538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114538; }
p { color: rgb(17,69,56); }
H1.HeaderClassName
{
color: #114538;
}
.AnyTagClassName
{
color: #114538;
}
</style>
background-color css
<style>
a { background-color: #114538; }
a { background-color: rgb(17,69,56); }
div.DivClassName
{
background-color: #114538;
}
.BgClassName
{
background-color: #114538;
}
</style>
border-color css
<style>
span { border-color: #114538; }
span { border-color: rgb(17,69,56); }
td.TdClassName
{
border-color: #114538;
}
.TagClassName
{
border-color: #114538;
}
</style>