Shades of Deep Teal #103E36
Tints of Deep Teal #103E36
RGB
CMYK
RGB Variations
Color information
#103E36 (or 0x103E36) is known color: Deep Teal. HEX triplet: 10, 3E and 36. RGB value is (16,62,54). Sum of RGB (Red+Green+Blue) = 16+62+54=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #103E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E36 is #EFC1C9. Grayscale: #2F2F2F. Windows color (decimal): -15712714 or 3554832. OLE color: 3554832.
HSL color Cylindrical-coordinate representation of color #103E36: hue angle of 169.57º 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 #103E36 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 54 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.76 |
| HSL | 169.57º | 0.59% | 0.15% | - |
| HSV(B) | 169.57º | 0.74% | 0.24% | - |
| XYZ | 2.6 | 3.82 | 4.09 | - |
| YUV | 47.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 54 | 0.74 | 0 | 0.13 | 0.76 | 169.57 | 0.59 | 0.15 |
| Hex | 10 | 3E | 36 | 4A | 0 | D | 4C | AA | 3B | F |
| Octal | 20 | 76 | 66 | 112 | 0 | 15 | 114 | 252 | 73 | 17 |
| Binary | 10000 | 111110 | 110110 | 1001010 | 0 | 1101 | 1001100 | 10101010 | 111011 | 1111 |
Color Harmonies of #103E36
Complementary color
Monochromatic Colors of #103E36
Black with #103E36
Text Example
Text Example
White with #103E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E36; }
p { color: rgb(16,62,54); }
H1.HeaderClassName
{
color: #103E36;
}
.AnyTagClassName
{
color: #103E36;
}
</style>
background-color css
<style>
a { background-color: #103E36; }
a { background-color: rgb(16,62,54); }
div.DivClassName
{
background-color: #103E36;
}
.BgClassName
{
background-color: #103E36;
}
</style>
border-color css
<style>
span { border-color: #103E36; }
span { border-color: rgb(16,62,54); }
td.TdClassName
{
border-color: #103E36;
}
.TagClassName
{
border-color: #103E36;
}
</style>