Shades of Deep Teal #103E39
Tints of Deep Teal #103E39
RGB
CMYK
RGB Variations
Color information
#103E39 (or 0x103E39) is known color: Deep Teal. HEX triplet: 10, 3E and 39. RGB value is (16,62,57). Sum of RGB (Red+Green+Blue) = 16+62+57=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 62 - color contains mainly: green. Hex color #103E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E39 is #EFC1C6. Grayscale: #2F2F2F. Windows color (decimal): -15712711 or 3751440. OLE color: 3751440.
HSL color Cylindrical-coordinate representation of color #103E39: hue angle of 173.48º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103E39 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 57 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.76 |
| HSL | 173.48º | 0.59% | 0.15% | - |
| HSV(B) | 173.48º | 0.74% | 0.24% | - |
| XYZ | 2.67 | 3.85 | 4.47 | - |
| YUV | 47.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 57 | 0.74 | 0 | 0.08 | 0.76 | 173.48 | 0.59 | 0.15 |
| Hex | 10 | 3E | 39 | 4A | 0 | 8 | 4C | AD | 3B | F |
| Octal | 20 | 76 | 71 | 112 | 0 | 10 | 114 | 255 | 73 | 17 |
| Binary | 10000 | 111110 | 111001 | 1001010 | 0 | 1000 | 1001100 | 10101101 | 111011 | 1111 |
Color Harmonies of #103E39
Complementary color
Monochromatic Colors of #103E39
Black with #103E39
Text Example
Text Example
White with #103E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E39; }
p { color: rgb(16,62,57); }
H1.HeaderClassName
{
color: #103E39;
}
.AnyTagClassName
{
color: #103E39;
}
</style>
background-color css
<style>
a { background-color: #103E39; }
a { background-color: rgb(16,62,57); }
div.DivClassName
{
background-color: #103E39;
}
.BgClassName
{
background-color: #103E39;
}
</style>
border-color css
<style>
span { border-color: #103E39; }
span { border-color: rgb(16,62,57); }
td.TdClassName
{
border-color: #103E39;
}
.TagClassName
{
border-color: #103E39;
}
</style>