Shades of Deep Teal #114238
Tints of Deep Teal #114238
RGB
CMYK
RGB Variations
Color information
#114238 (or 0x114238) is known color: Deep Teal. HEX triplet: 11, 42 and 38. RGB value is (17,66,56). Sum of RGB (Red+Green+Blue) = 17+66+56=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #114238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114238 is #EEBDC7. Grayscale: #323232. Windows color (decimal): -15646152 or 3686929. OLE color: 3686929.
HSL color Cylindrical-coordinate representation of color #114238: hue angle of 167.76º 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 #114238 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 56 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.74 |
| HSL | 167.76º | 0.59% | 0.16% | - |
| HSV(B) | 167.76º | 0.74% | 0.26% | - |
| XYZ | 2.89 | 4.3 | 4.42 | - |
| YUV | 50.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 56 | 0.74 | 0 | 0.15 | 0.74 | 167.76 | 0.59 | 0.16 |
| Hex | 11 | 42 | 38 | 4A | 0 | F | 4A | A8 | 3B | 10 |
| Octal | 21 | 102 | 70 | 112 | 0 | 17 | 112 | 250 | 73 | 20 |
| Binary | 10001 | 1000010 | 111000 | 1001010 | 0 | 1111 | 1001010 | 10101000 | 111011 | 10000 |
Color Harmonies of #114238
Complementary color
Monochromatic Colors of #114238
Black with #114238
Text Example
Text Example
White with #114238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114238; }
p { color: rgb(17,66,56); }
H1.HeaderClassName
{
color: #114238;
}
.AnyTagClassName
{
color: #114238;
}
</style>
background-color css
<style>
a { background-color: #114238; }
a { background-color: rgb(17,66,56); }
div.DivClassName
{
background-color: #114238;
}
.BgClassName
{
background-color: #114238;
}
</style>
border-color css
<style>
span { border-color: #114238; }
span { border-color: rgb(17,66,56); }
td.TdClassName
{
border-color: #114238;
}
.TagClassName
{
border-color: #114238;
}
</style>