Shades of Deep Teal #103F37
Tints of Deep Teal #103F37
RGB
CMYK
RGB Variations
Color information
#103F37 (or 0x103F37) is known color: Deep Teal. HEX triplet: 10, 3F and 37. RGB value is (16,63,55). Sum of RGB (Red+Green+Blue) = 16+63+55=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #103F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F37 is #EFC0C8. Grayscale: #303030. Windows color (decimal): -15712457 or 3620624. OLE color: 3620624.
HSL color Cylindrical-coordinate representation of color #103F37: hue angle of 169.79º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103F37 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 55 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.75 |
| HSL | 169.79º | 0.59% | 0.15% | - |
| HSV(B) | 169.79º | 0.75% | 0.25% | - |
| XYZ | 2.68 | 3.94 | 4.23 | - |
| YUV | 48.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 55 | 0.75 | 0 | 0.13 | 0.75 | 169.79 | 0.59 | 0.15 |
| Hex | 10 | 3F | 37 | 4B | 0 | D | 4B | AA | 3B | F |
| Octal | 20 | 77 | 67 | 113 | 0 | 15 | 113 | 252 | 73 | 17 |
| Binary | 10000 | 111111 | 110111 | 1001011 | 0 | 1101 | 1001011 | 10101010 | 111011 | 1111 |
Color Harmonies of #103F37
Complementary color
Monochromatic Colors of #103F37
Black with #103F37
Text Example
Text Example
White with #103F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F37; }
p { color: rgb(16,63,55); }
H1.HeaderClassName
{
color: #103F37;
}
.AnyTagClassName
{
color: #103F37;
}
</style>
background-color css
<style>
a { background-color: #103F37; }
a { background-color: rgb(16,63,55); }
div.DivClassName
{
background-color: #103F37;
}
.BgClassName
{
background-color: #103F37;
}
</style>
border-color css
<style>
span { border-color: #103F37; }
span { border-color: rgb(16,63,55); }
td.TdClassName
{
border-color: #103F37;
}
.TagClassName
{
border-color: #103F37;
}
</style>