Shades of Deep Teal #0E3430
Tints of Deep Teal #0E3430
RGB
CMYK
RGB Variations
Color information
#0E3430 (or 0x0E3430) is known color: Deep Teal. HEX triplet: 0E, 34 and 30. RGB value is (14,52,48). Sum of RGB (Red+Green+Blue) = 14+52+48=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3430 is #F1CBCF. Grayscale: #282828. Windows color (decimal): -15846352 or 3159054. OLE color: 3159054.
HSL color Cylindrical-coordinate representation of color #0E3430: hue angle of 173.68º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E3430 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 52 | 48 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.80 |
| HSL | 173.68º | 0.58% | 0.13% | - |
| HSV(B) | 173.68º | 0.73% | 0.2% | - |
| XYZ | 1.94 | 2.76 | 3.23 | - |
| YUV | 40.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 48 | 0.73 | 0 | 0.08 | 0.80 | 173.68 | 0.58 | 0.13 |
| Hex | E | 34 | 30 | 49 | 0 | 8 | 50 | AE | 3A | D |
| Octal | 16 | 64 | 60 | 111 | 0 | 10 | 120 | 256 | 72 | 15 |
| Binary | 1110 | 110100 | 110000 | 1001001 | 0 | 1000 | 1010000 | 10101110 | 111010 | 1101 |
Color Harmonies of #0E3430
Complementary color
Monochromatic Colors of #0E3430
Black with #0E3430
Text Example
Text Example
White with #0E3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3430; }
p { color: rgb(14,52,48); }
H1.HeaderClassName
{
color: #0E3430;
}
.AnyTagClassName
{
color: #0E3430;
}
</style>
background-color css
<style>
a { background-color: #0E3430; }
a { background-color: rgb(14,52,48); }
div.DivClassName
{
background-color: #0E3430;
}
.BgClassName
{
background-color: #0E3430;
}
</style>
border-color css
<style>
span { border-color: #0E3430; }
span { border-color: rgb(14,52,48); }
td.TdClassName
{
border-color: #0E3430;
}
.TagClassName
{
border-color: #0E3430;
}
</style>