Shades of Deep Teal #10483D
Tints of Deep Teal #10483D
RGB
CMYK
RGB Variations
Color information
#10483D (or 0x10483D) is known color: Deep Teal. HEX triplet: 10, 48 and 3D. RGB value is (16,72,61). Sum of RGB (Red+Green+Blue) = 16+72+61=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #10483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10483D is #EFB7C2. Grayscale: #353535. Windows color (decimal): -15710147 or 4016144. OLE color: 4016144.
HSL color Cylindrical-coordinate representation of color #10483D: hue angle of 168.21º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10483D is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 72 | 61 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.72 |
| HSL | 168.21º | 0.64% | 0.17% | - |
| HSV(B) | 168.21º | 0.78% | 0.28% | - |
| XYZ | 3.37 | 5.08 | 5.22 | - |
| YUV | 54 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 61 | 0.78 | 0 | 0.15 | 0.72 | 168.21 | 0.64 | 0.17 |
| Hex | 10 | 48 | 3D | 4E | 0 | F | 48 | A8 | 40 | 11 |
| Octal | 20 | 110 | 75 | 116 | 0 | 17 | 110 | 250 | 100 | 21 |
| Binary | 10000 | 1001000 | 111101 | 1001110 | 0 | 1111 | 1001000 | 10101000 | 1000000 | 10001 |
Color Harmonies of #10483D
Complementary color
Monochromatic Colors of #10483D
Black with #10483D
Text Example
Text Example
White with #10483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10483D; }
p { color: rgb(16,72,61); }
H1.HeaderClassName
{
color: #10483D;
}
.AnyTagClassName
{
color: #10483D;
}
</style>
background-color css
<style>
a { background-color: #10483D; }
a { background-color: rgb(16,72,61); }
div.DivClassName
{
background-color: #10483D;
}
.BgClassName
{
background-color: #10483D;
}
</style>
border-color css
<style>
span { border-color: #10483D; }
span { border-color: rgb(16,72,61); }
td.TdClassName
{
border-color: #10483D;
}
.TagClassName
{
border-color: #10483D;
}
</style>