Shades of Deep Teal #103F34
Tints of Deep Teal #103F34
RGB
CMYK
RGB Variations
Color information
#103F34 (or 0x103F34) is known color: Deep Teal. HEX triplet: 10, 3F and 34. RGB value is (16,63,52). Sum of RGB (Red+Green+Blue) = 16+63+52=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #103F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F34 is #EFC0CB. Grayscale: #2F2F2F. Windows color (decimal): -15712460 or 3424016. OLE color: 3424016.
HSL color Cylindrical-coordinate representation of color #103F34: hue angle of 165.96º 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 #103F34 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 52 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.75 |
| HSL | 165.96º | 0.59% | 0.15% | - |
| HSV(B) | 165.96º | 0.75% | 0.25% | - |
| XYZ | 2.61 | 3.91 | 3.87 | - |
| YUV | 47.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 52 | 0.75 | 0 | 0.17 | 0.75 | 165.96 | 0.59 | 0.15 |
| Hex | 10 | 3F | 34 | 4B | 0 | 11 | 4B | A6 | 3B | F |
| Octal | 20 | 77 | 64 | 113 | 0 | 21 | 113 | 246 | 73 | 17 |
| Binary | 10000 | 111111 | 110100 | 1001011 | 0 | 10001 | 1001011 | 10100110 | 111011 | 1111 |
Color Harmonies of #103F34
Complementary color
Monochromatic Colors of #103F34
Black with #103F34
Text Example
Text Example
White with #103F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F34; }
p { color: rgb(16,63,52); }
H1.HeaderClassName
{
color: #103F34;
}
.AnyTagClassName
{
color: #103F34;
}
</style>
background-color css
<style>
a { background-color: #103F34; }
a { background-color: rgb(16,63,52); }
div.DivClassName
{
background-color: #103F34;
}
.BgClassName
{
background-color: #103F34;
}
</style>
border-color css
<style>
span { border-color: #103F34; }
span { border-color: rgb(16,63,52); }
td.TdClassName
{
border-color: #103F34;
}
.TagClassName
{
border-color: #103F34;
}
</style>