Shades of Deep Teal #0E483D
Tints of Deep Teal #0E483D
RGB
CMYK
RGB Variations
Color information
#0E483D (or 0x0E483D) is known color: Deep Teal. HEX triplet: 0E, 48 and 3D. RGB value is (14,72,61). Sum of RGB (Red+Green+Blue) = 14+72+61=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #0E483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E483D is #F1B7C2. Grayscale: #353535. Windows color (decimal): -15841219 or 4016142. OLE color: 4016142.
HSL color Cylindrical-coordinate representation of color #0E483D: hue angle of 168.62º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E483D is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 72 | 61 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.72 |
| HSL | 168.62º | 0.67% | 0.17% | - |
| HSV(B) | 168.62º | 0.81% | 0.28% | - |
| XYZ | 3.34 | 5.07 | 5.22 | - |
| YUV | 53.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 61 | 0.81 | 0 | 0.15 | 0.72 | 168.62 | 0.67 | 0.17 |
| Hex | E | 48 | 3D | 51 | 0 | F | 48 | A9 | 43 | 11 |
| Octal | 16 | 110 | 75 | 121 | 0 | 17 | 110 | 251 | 103 | 21 |
| Binary | 1110 | 1001000 | 111101 | 1010001 | 0 | 1111 | 1001000 | 10101001 | 1000011 | 10001 |
Color Harmonies of #0E483D
Complementary color
Monochromatic Colors of #0E483D
Black with #0E483D
Text Example
Text Example
White with #0E483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E483D; }
p { color: rgb(14,72,61); }
H1.HeaderClassName
{
color: #0E483D;
}
.AnyTagClassName
{
color: #0E483D;
}
</style>
background-color css
<style>
a { background-color: #0E483D; }
a { background-color: rgb(14,72,61); }
div.DivClassName
{
background-color: #0E483D;
}
.BgClassName
{
background-color: #0E483D;
}
</style>
border-color css
<style>
span { border-color: #0E483D; }
span { border-color: rgb(14,72,61); }
td.TdClassName
{
border-color: #0E483D;
}
.TagClassName
{
border-color: #0E483D;
}
</style>