Shades of Deep Teal #103E35
Tints of Deep Teal #103E35
RGB
CMYK
RGB Variations
Color information
#103E35 (or 0x103E35) is known color: Deep Teal. HEX triplet: 10, 3E and 35. RGB value is (16,62,53). Sum of RGB (Red+Green+Blue) = 16+62+53=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 62 - color contains mainly: green. Hex color #103E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E35 is #EFC1CA. Grayscale: #2F2F2F. Windows color (decimal): -15712715 or 3489296. OLE color: 3489296.
HSL color Cylindrical-coordinate representation of color #103E35: hue angle of 168.26º 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 #103E35 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 53 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.76 |
| HSL | 168.26º | 0.59% | 0.15% | - |
| HSV(B) | 168.26º | 0.74% | 0.24% | - |
| XYZ | 2.58 | 3.81 | 3.97 | - |
| YUV | 47.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 53 | 0.74 | 0 | 0.15 | 0.76 | 168.26 | 0.59 | 0.15 |
| Hex | 10 | 3E | 35 | 4A | 0 | F | 4C | A8 | 3B | F |
| Octal | 20 | 76 | 65 | 112 | 0 | 17 | 114 | 250 | 73 | 17 |
| Binary | 10000 | 111110 | 110101 | 1001010 | 0 | 1111 | 1001100 | 10101000 | 111011 | 1111 |
Color Harmonies of #103E35
Complementary color
Monochromatic Colors of #103E35
Black with #103E35
Text Example
Text Example
White with #103E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E35; }
p { color: rgb(16,62,53); }
H1.HeaderClassName
{
color: #103E35;
}
.AnyTagClassName
{
color: #103E35;
}
</style>
background-color css
<style>
a { background-color: #103E35; }
a { background-color: rgb(16,62,53); }
div.DivClassName
{
background-color: #103E35;
}
.BgClassName
{
background-color: #103E35;
}
</style>
border-color css
<style>
span { border-color: #103E35; }
span { border-color: rgb(16,62,53); }
td.TdClassName
{
border-color: #103E35;
}
.TagClassName
{
border-color: #103E35;
}
</style>