Shades of Deep Teal #0E3B37
Tints of Deep Teal #0E3B37
RGB
CMYK
RGB Variations
Color information
#0E3B37 (or 0x0E3B37) is known color: Deep Teal. HEX triplet: 0E, 3B and 37. RGB value is (14,59,55). Sum of RGB (Red+Green+Blue) = 14+59+55=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B37 is #F1C4C8. Grayscale: #2D2D2D. Windows color (decimal): -15844553 or 3619598. OLE color: 3619598.
HSL color Cylindrical-coordinate representation of color #0E3B37: hue angle of 174.67º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E3B37 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 59 | 55 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.77 |
| HSL | 174.67º | 0.62% | 0.14% | - |
| HSV(B) | 174.67º | 0.76% | 0.23% | - |
| XYZ | 2.43 | 3.5 | 4.16 | - |
| YUV | 45.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 55 | 0.76 | 0 | 0.07 | 0.77 | 174.67 | 0.62 | 0.14 |
| Hex | E | 3B | 37 | 4C | 0 | 7 | 4D | AF | 3E | E |
| Octal | 16 | 73 | 67 | 114 | 0 | 7 | 115 | 257 | 76 | 16 |
| Binary | 1110 | 111011 | 110111 | 1001100 | 0 | 111 | 1001101 | 10101111 | 111110 | 1110 |
Color Harmonies of #0E3B37
Complementary color
Monochromatic Colors of #0E3B37
Black with #0E3B37
Text Example
Text Example
White with #0E3B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3B37; }
p { color: rgb(14,59,55); }
H1.HeaderClassName
{
color: #0E3B37;
}
.AnyTagClassName
{
color: #0E3B37;
}
</style>
background-color css
<style>
a { background-color: #0E3B37; }
a { background-color: rgb(14,59,55); }
div.DivClassName
{
background-color: #0E3B37;
}
.BgClassName
{
background-color: #0E3B37;
}
</style>
border-color css
<style>
span { border-color: #0E3B37; }
span { border-color: rgb(14,59,55); }
td.TdClassName
{
border-color: #0E3B37;
}
.TagClassName
{
border-color: #0E3B37;
}
</style>