Shades of Deep Teal #10493C
Tints of Deep Teal #10493C
RGB
CMYK
RGB Variations
Color information
#10493C (or 0x10493C) is known color: Deep Teal. HEX triplet: 10, 49 and 3C. RGB value is (16,73,60). Sum of RGB (Red+Green+Blue) = 16+73+60=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #10493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10493C is #EFB6C3. Grayscale: #363636. Windows color (decimal): -15709892 or 3950864. OLE color: 3950864.
HSL color Cylindrical-coordinate representation of color #10493C: hue angle of 166.32º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10493C is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 60 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.71 |
| HSL | 166.32º | 0.64% | 0.17% | - |
| HSV(B) | 166.32º | 0.78% | 0.29% | - |
| XYZ | 3.41 | 5.2 | 5.1 | - |
| YUV | 54.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 60 | 0.78 | 0 | 0.18 | 0.71 | 166.32 | 0.64 | 0.17 |
| Hex | 10 | 49 | 3C | 4E | 0 | 12 | 47 | A6 | 40 | 11 |
| Octal | 20 | 111 | 74 | 116 | 0 | 22 | 107 | 246 | 100 | 21 |
| Binary | 10000 | 1001001 | 111100 | 1001110 | 0 | 10010 | 1000111 | 10100110 | 1000000 | 10001 |
Color Harmonies of #10493C
Complementary color
Monochromatic Colors of #10493C
Black with #10493C
Text Example
Text Example
White with #10493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10493C; }
p { color: rgb(16,73,60); }
H1.HeaderClassName
{
color: #10493C;
}
.AnyTagClassName
{
color: #10493C;
}
</style>
background-color css
<style>
a { background-color: #10493C; }
a { background-color: rgb(16,73,60); }
div.DivClassName
{
background-color: #10493C;
}
.BgClassName
{
background-color: #10493C;
}
</style>
border-color css
<style>
span { border-color: #10493C; }
span { border-color: rgb(16,73,60); }
td.TdClassName
{
border-color: #10493C;
}
.TagClassName
{
border-color: #10493C;
}
</style>