Shades of Deep Teal #0E3C30
Tints of Deep Teal #0E3C30
RGB
CMYK
RGB Variations
Color information
#0E3C30 (or 0x0E3C30) is known color: Deep Teal. HEX triplet: 0E, 3C and 30. RGB value is (14,60,48). Sum of RGB (Red+Green+Blue) = 14+60+48=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 60 (23.83% from 255 or 49.18% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3C30 is #F1C3CF. Grayscale: #2C2C2C. Windows color (decimal): -15844304 or 3161102. OLE color: 3161102.
HSL color Cylindrical-coordinate representation of color #0E3C30: hue angle of 164.35º 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 #0E3C30 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 60 | 48 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.76 |
| HSL | 164.35º | 0.62% | 0.15% | - |
| HSV(B) | 164.35º | 0.77% | 0.24% | - |
| XYZ | 2.33 | 3.54 | 3.36 | - |
| YUV | 44.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 48 | 0.77 | 0 | 0.20 | 0.76 | 164.35 | 0.62 | 0.15 |
| Hex | E | 3C | 30 | 4D | 0 | 14 | 4C | A4 | 3E | F |
| Octal | 16 | 74 | 60 | 115 | 0 | 24 | 114 | 244 | 76 | 17 |
| Binary | 1110 | 111100 | 110000 | 1001101 | 0 | 10100 | 1001100 | 10100100 | 111110 | 1111 |
Color Harmonies of #0E3C30
Complementary color
Monochromatic Colors of #0E3C30
Black with #0E3C30
Text Example
Text Example
White with #0E3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C30; }
p { color: rgb(14,60,48); }
H1.HeaderClassName
{
color: #0E3C30;
}
.AnyTagClassName
{
color: #0E3C30;
}
</style>
background-color css
<style>
a { background-color: #0E3C30; }
a { background-color: rgb(14,60,48); }
div.DivClassName
{
background-color: #0E3C30;
}
.BgClassName
{
background-color: #0E3C30;
}
</style>
border-color css
<style>
span { border-color: #0E3C30; }
span { border-color: rgb(14,60,48); }
td.TdClassName
{
border-color: #0E3C30;
}
.TagClassName
{
border-color: #0E3C30;
}
</style>