Shades of Deep Teal #103F3B
Tints of Deep Teal #103F3B
RGB
CMYK
RGB Variations
Color information
#103F3B (or 0x103F3B) is known color: Deep Teal. HEX triplet: 10, 3F and 3B. RGB value is (16,63,59). Sum of RGB (Red+Green+Blue) = 16+63+59=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #103F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F3B is #EFC0C4. Grayscale: #303030. Windows color (decimal): -15712453 or 3882768. OLE color: 3882768.
HSL color Cylindrical-coordinate representation of color #103F3B: hue angle of 174.89º 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 #103F3B is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 59 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.75 |
| HSL | 174.89º | 0.59% | 0.15% | - |
| HSV(B) | 174.89º | 0.75% | 0.25% | - |
| XYZ | 2.78 | 3.98 | 4.76 | - |
| YUV | 48.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 59 | 0.75 | 0 | 0.06 | 0.75 | 174.89 | 0.59 | 0.15 |
| Hex | 10 | 3F | 3B | 4B | 0 | 6 | 4B | AF | 3B | F |
| Octal | 20 | 77 | 73 | 113 | 0 | 6 | 113 | 257 | 73 | 17 |
| Binary | 10000 | 111111 | 111011 | 1001011 | 0 | 110 | 1001011 | 10101111 | 111011 | 1111 |
Color Harmonies of #103F3B
Complementary color
Monochromatic Colors of #103F3B
Black with #103F3B
Text Example
Text Example
White with #103F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F3B; }
p { color: rgb(16,63,59); }
H1.HeaderClassName
{
color: #103F3B;
}
.AnyTagClassName
{
color: #103F3B;
}
</style>
background-color css
<style>
a { background-color: #103F3B; }
a { background-color: rgb(16,63,59); }
div.DivClassName
{
background-color: #103F3B;
}
.BgClassName
{
background-color: #103F3B;
}
</style>
border-color css
<style>
span { border-color: #103F3B; }
span { border-color: rgb(16,63,59); }
td.TdClassName
{
border-color: #103F3B;
}
.TagClassName
{
border-color: #103F3B;
}
</style>