Shades of Deep Teal #103734
Tints of Deep Teal #103734
RGB
CMYK
RGB Variations
Color information
#103734 (or 0x103734) is known color: Deep Teal. HEX triplet: 10, 37 and 34. RGB value is (16,55,52). Sum of RGB (Red+Green+Blue) = 16+55+52=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #103734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103734 is #EFC8CB. Grayscale: #2A2A2A. Windows color (decimal): -15714508 or 3421968. OLE color: 3421968.
HSL color Cylindrical-coordinate representation of color #103734: hue angle of 175.38º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #103734 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 52 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.78 |
| HSL | 175.38º | 0.55% | 0.14% | - |
| HSV(B) | 175.38º | 0.71% | 0.22% | - |
| XYZ | 2.2 | 3.09 | 3.73 | - |
| YUV | 43 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 52 | 0.71 | 0 | 0.05 | 0.78 | 175.38 | 0.55 | 0.14 |
| Hex | 10 | 37 | 34 | 47 | 0 | 5 | 4E | AF | 37 | E |
| Octal | 20 | 67 | 64 | 107 | 0 | 5 | 116 | 257 | 67 | 16 |
| Binary | 10000 | 110111 | 110100 | 1000111 | 0 | 101 | 1001110 | 10101111 | 110111 | 1110 |
Color Harmonies of #103734
Complementary color
Monochromatic Colors of #103734
Black with #103734
Text Example
Text Example
White with #103734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103734; }
p { color: rgb(16,55,52); }
H1.HeaderClassName
{
color: #103734;
}
.AnyTagClassName
{
color: #103734;
}
</style>
background-color css
<style>
a { background-color: #103734; }
a { background-color: rgb(16,55,52); }
div.DivClassName
{
background-color: #103734;
}
.BgClassName
{
background-color: #103734;
}
</style>
border-color css
<style>
span { border-color: #103734; }
span { border-color: rgb(16,55,52); }
td.TdClassName
{
border-color: #103734;
}
.TagClassName
{
border-color: #103734;
}
</style>