Shades of Deep Teal #104537
Tints of Deep Teal #104537
RGB
CMYK
RGB Variations
Color information
#104537 (or 0x104537) is known color: Deep Teal. HEX triplet: 10, 45 and 37. RGB value is (16,69,55). Sum of RGB (Red+Green+Blue) = 16+69+55=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #104537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104537 is #EFBAC8. Grayscale: #333333. Windows color (decimal): -15710921 or 3622160. OLE color: 3622160.
HSL color Cylindrical-coordinate representation of color #104537: hue angle of 164.15º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104537 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 69 | 55 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.73 |
| HSL | 164.15º | 0.62% | 0.17% | - |
| HSV(B) | 164.15º | 0.77% | 0.27% | - |
| XYZ | 3.03 | 4.64 | 4.35 | - |
| YUV | 51.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 55 | 0.77 | 0 | 0.20 | 0.73 | 164.15 | 0.62 | 0.17 |
| Hex | 10 | 45 | 37 | 4D | 0 | 14 | 49 | A4 | 3E | 11 |
| Octal | 20 | 105 | 67 | 115 | 0 | 24 | 111 | 244 | 76 | 21 |
| Binary | 10000 | 1000101 | 110111 | 1001101 | 0 | 10100 | 1001001 | 10100100 | 111110 | 10001 |
Color Harmonies of #104537
Complementary color
Monochromatic Colors of #104537
Black with #104537
Text Example
Text Example
White with #104537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104537; }
p { color: rgb(16,69,55); }
H1.HeaderClassName
{
color: #104537;
}
.AnyTagClassName
{
color: #104537;
}
</style>
background-color css
<style>
a { background-color: #104537; }
a { background-color: rgb(16,69,55); }
div.DivClassName
{
background-color: #104537;
}
.BgClassName
{
background-color: #104537;
}
</style>
border-color css
<style>
span { border-color: #104537; }
span { border-color: rgb(16,69,55); }
td.TdClassName
{
border-color: #104537;
}
.TagClassName
{
border-color: #104537;
}
</style>