Shades of Deep Teal #103E3A
Tints of Deep Teal #103E3A
RGB
CMYK
RGB Variations
Color information
#103E3A (or 0x103E3A) is known color: Deep Teal. HEX triplet: 10, 3E and 3A. RGB value is (16,62,58). Sum of RGB (Red+Green+Blue) = 16+62+58=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #103E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E3A is #EFC1C5. Grayscale: #2F2F2F. Windows color (decimal): -15712710 or 3816976. OLE color: 3816976.
HSL color Cylindrical-coordinate representation of color #103E3A: hue angle of 174.78º 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 #103E3A is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 58 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.76 |
| HSL | 174.78º | 0.59% | 0.15% | - |
| HSV(B) | 174.78º | 0.74% | 0.24% | - |
| XYZ | 2.7 | 3.86 | 4.61 | - |
| YUV | 47.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 58 | 0.74 | 0 | 0.06 | 0.76 | 174.78 | 0.59 | 0.15 |
| Hex | 10 | 3E | 3A | 4A | 0 | 6 | 4C | AF | 3B | F |
| Octal | 20 | 76 | 72 | 112 | 0 | 6 | 114 | 257 | 73 | 17 |
| Binary | 10000 | 111110 | 111010 | 1001010 | 0 | 110 | 1001100 | 10101111 | 111011 | 1111 |
Color Harmonies of #103E3A
Complementary color
Monochromatic Colors of #103E3A
Black with #103E3A
Text Example
Text Example
White with #103E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E3A; }
p { color: rgb(16,62,58); }
H1.HeaderClassName
{
color: #103E3A;
}
.AnyTagClassName
{
color: #103E3A;
}
</style>
background-color css
<style>
a { background-color: #103E3A; }
a { background-color: rgb(16,62,58); }
div.DivClassName
{
background-color: #103E3A;
}
.BgClassName
{
background-color: #103E3A;
}
</style>
border-color css
<style>
span { border-color: #103E3A; }
span { border-color: rgb(16,62,58); }
td.TdClassName
{
border-color: #103E3A;
}
.TagClassName
{
border-color: #103E3A;
}
</style>