Shades of Deep Teal #0E3C38
Tints of Deep Teal #0E3C38
RGB
CMYK
RGB Variations
Color information
#0E3C38 (or 0x0E3C38) is known color: Deep Teal. HEX triplet: 0E, 3C and 38. RGB value is (14,60,56). Sum of RGB (Red+Green+Blue) = 14+60+56=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3C38 is #F1C3C7. Grayscale: #2D2D2D. Windows color (decimal): -15844296 or 3685390. OLE color: 3685390.
HSL color Cylindrical-coordinate representation of color #0E3C38: hue angle of 174.78º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3C38 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 60 | 56 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.76 |
| HSL | 174.78º | 0.62% | 0.15% | - |
| HSV(B) | 174.78º | 0.77% | 0.24% | - |
| XYZ | 2.51 | 3.61 | 4.31 | - |
| YUV | 45.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 56 | 0.77 | 0 | 0.07 | 0.76 | 174.78 | 0.62 | 0.15 |
| Hex | E | 3C | 38 | 4D | 0 | 7 | 4C | AF | 3E | F |
| Octal | 16 | 74 | 70 | 115 | 0 | 7 | 114 | 257 | 76 | 17 |
| Binary | 1110 | 111100 | 111000 | 1001101 | 0 | 111 | 1001100 | 10101111 | 111110 | 1111 |
Color Harmonies of #0E3C38
Complementary color
Monochromatic Colors of #0E3C38
Black with #0E3C38
Text Example
Text Example
White with #0E3C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C38; }
p { color: rgb(14,60,56); }
H1.HeaderClassName
{
color: #0E3C38;
}
.AnyTagClassName
{
color: #0E3C38;
}
</style>
background-color css
<style>
a { background-color: #0E3C38; }
a { background-color: rgb(14,60,56); }
div.DivClassName
{
background-color: #0E3C38;
}
.BgClassName
{
background-color: #0E3C38;
}
</style>
border-color css
<style>
span { border-color: #0E3C38; }
span { border-color: rgb(14,60,56); }
td.TdClassName
{
border-color: #0E3C38;
}
.TagClassName
{
border-color: #0E3C38;
}
</style>