Shades of Deep Teal #103E32
Tints of Deep Teal #103E32
RGB
CMYK
RGB Variations
Color information
#103E32 (or 0x103E32) is known color: Deep Teal. HEX triplet: 10, 3E and 32. RGB value is (16,62,50). Sum of RGB (Red+Green+Blue) = 16+62+50=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #103E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E32 is #EFC1CD. Grayscale: #2E2E2E. Windows color (decimal): -15712718 or 3292688. OLE color: 3292688.
HSL color Cylindrical-coordinate representation of color #103E32: hue angle of 164.35º 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 #103E32 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 50 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.76 |
| HSL | 164.35º | 0.59% | 0.15% | - |
| HSV(B) | 164.35º | 0.74% | 0.24% | - |
| XYZ | 2.51 | 3.79 | 3.62 | - |
| YUV | 46.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 50 | 0.74 | 0 | 0.19 | 0.76 | 164.35 | 0.59 | 0.15 |
| Hex | 10 | 3E | 32 | 4A | 0 | 13 | 4C | A4 | 3B | F |
| Octal | 20 | 76 | 62 | 112 | 0 | 23 | 114 | 244 | 73 | 17 |
| Binary | 10000 | 111110 | 110010 | 1001010 | 0 | 10011 | 1001100 | 10100100 | 111011 | 1111 |
Color Harmonies of #103E32
Complementary color
Monochromatic Colors of #103E32
Black with #103E32
Text Example
Text Example
White with #103E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E32; }
p { color: rgb(16,62,50); }
H1.HeaderClassName
{
color: #103E32;
}
.AnyTagClassName
{
color: #103E32;
}
</style>
background-color css
<style>
a { background-color: #103E32; }
a { background-color: rgb(16,62,50); }
div.DivClassName
{
background-color: #103E32;
}
.BgClassName
{
background-color: #103E32;
}
</style>
border-color css
<style>
span { border-color: #103E32; }
span { border-color: rgb(16,62,50); }
td.TdClassName
{
border-color: #103E32;
}
.TagClassName
{
border-color: #103E32;
}
</style>