Shades of Deep Teal #104B3E
Tints of Deep Teal #104B3E
RGB
CMYK
RGB Variations
Color information
#104B3E (or 0x104B3E) is known color: Deep Teal. HEX triplet: 10, 4B and 3E. RGB value is (16,75,62). Sum of RGB (Red+Green+Blue) = 16+75+62=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #104B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B3E is #EFB4C1. Grayscale: #373737. Windows color (decimal): -15709378 or 4082448. OLE color: 4082448.
HSL color Cylindrical-coordinate representation of color #104B3E: hue angle of 166.78º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104B3E is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 75 | 62 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.71 |
| HSL | 166.78º | 0.65% | 0.18% | - |
| HSV(B) | 166.78º | 0.79% | 0.29% | - |
| XYZ | 3.6 | 5.49 | 5.43 | - |
| YUV | 55.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 62 | 0.79 | 0 | 0.17 | 0.71 | 166.78 | 0.65 | 0.18 |
| Hex | 10 | 4B | 3E | 4F | 0 | 11 | 47 | A7 | 41 | 12 |
| Octal | 20 | 113 | 76 | 117 | 0 | 21 | 107 | 247 | 101 | 22 |
| Binary | 10000 | 1001011 | 111110 | 1001111 | 0 | 10001 | 1000111 | 10100111 | 1000001 | 10010 |
Color Harmonies of #104B3E
Complementary color
Monochromatic Colors of #104B3E
Black with #104B3E
Text Example
Text Example
White with #104B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104B3E; }
p { color: rgb(16,75,62); }
H1.HeaderClassName
{
color: #104B3E;
}
.AnyTagClassName
{
color: #104B3E;
}
</style>
background-color css
<style>
a { background-color: #104B3E; }
a { background-color: rgb(16,75,62); }
div.DivClassName
{
background-color: #104B3E;
}
.BgClassName
{
background-color: #104B3E;
}
</style>
border-color css
<style>
span { border-color: #104B3E; }
span { border-color: rgb(16,75,62); }
td.TdClassName
{
border-color: #104B3E;
}
.TagClassName
{
border-color: #104B3E;
}
</style>