Shades of Deep Teal #114237
Tints of Deep Teal #114237
RGB
CMYK
RGB Variations
Color information
#114237 (or 0x114237) is known color: Deep Teal. HEX triplet: 11, 42 and 37. RGB value is (17,66,55). Sum of RGB (Red+Green+Blue) = 17+66+55=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #114237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114237 is #EEBDC8. Grayscale: #323232. Windows color (decimal): -15646153 or 3621393. OLE color: 3621393.
HSL color Cylindrical-coordinate representation of color #114237: hue angle of 166.53º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114237 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 55 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.74 |
| HSL | 166.53º | 0.59% | 0.16% | - |
| HSV(B) | 166.53º | 0.74% | 0.26% | - |
| XYZ | 2.87 | 4.29 | 4.29 | - |
| YUV | 50.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 55 | 0.74 | 0 | 0.17 | 0.74 | 166.53 | 0.59 | 0.16 |
| Hex | 11 | 42 | 37 | 4A | 0 | 11 | 4A | A7 | 3B | 10 |
| Octal | 21 | 102 | 67 | 112 | 0 | 21 | 112 | 247 | 73 | 20 |
| Binary | 10001 | 1000010 | 110111 | 1001010 | 0 | 10001 | 1001010 | 10100111 | 111011 | 10000 |
Color Harmonies of #114237
Complementary color
Monochromatic Colors of #114237
Black with #114237
Text Example
Text Example
White with #114237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114237; }
p { color: rgb(17,66,55); }
H1.HeaderClassName
{
color: #114237;
}
.AnyTagClassName
{
color: #114237;
}
</style>
background-color css
<style>
a { background-color: #114237; }
a { background-color: rgb(17,66,55); }
div.DivClassName
{
background-color: #114237;
}
.BgClassName
{
background-color: #114237;
}
</style>
border-color css
<style>
span { border-color: #114237; }
span { border-color: rgb(17,66,55); }
td.TdClassName
{
border-color: #114237;
}
.TagClassName
{
border-color: #114237;
}
</style>