Shades of Deep Teal #103834
Tints of Deep Teal #103834
RGB
CMYK
RGB Variations
Color information
#103834 (or 0x103834) is known color: Deep Teal. HEX triplet: 10, 38 and 34. RGB value is (16,56,52). Sum of RGB (Red+Green+Blue) = 16+56+52=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #103834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103834 is #EFC7CB. Grayscale: #2B2B2B. Windows color (decimal): -15714252 or 3422224. OLE color: 3422224.
HSL color Cylindrical-coordinate representation of color #103834: hue angle of 174º degrees, saturation: 0.56, 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 #103834 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 56 | 52 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.78 |
| HSL | 174º | 0.56% | 0.14% | - |
| HSV(B) | 174º | 0.71% | 0.22% | - |
| XYZ | 2.25 | 3.19 | 3.75 | - |
| YUV | 43.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 52 | 0.71 | 0 | 0.07 | 0.78 | 174 | 0.56 | 0.14 |
| Hex | 10 | 38 | 34 | 47 | 0 | 7 | 4E | AE | 38 | E |
| Octal | 20 | 70 | 64 | 107 | 0 | 7 | 116 | 256 | 70 | 16 |
| Binary | 10000 | 111000 | 110100 | 1000111 | 0 | 111 | 1001110 | 10101110 | 111000 | 1110 |
Color Harmonies of #103834
Complementary color
Monochromatic Colors of #103834
Black with #103834
Text Example
Text Example
White with #103834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103834; }
p { color: rgb(16,56,52); }
H1.HeaderClassName
{
color: #103834;
}
.AnyTagClassName
{
color: #103834;
}
</style>
background-color css
<style>
a { background-color: #103834; }
a { background-color: rgb(16,56,52); }
div.DivClassName
{
background-color: #103834;
}
.BgClassName
{
background-color: #103834;
}
</style>
border-color css
<style>
span { border-color: #103834; }
span { border-color: rgb(16,56,52); }
td.TdClassName
{
border-color: #103834;
}
.TagClassName
{
border-color: #103834;
}
</style>