Shades of Deep Teal #103A30
Tints of Deep Teal #103A30
RGB
CMYK
RGB Variations
Color information
#103A30 (or 0x103A30) is known color: Deep Teal. HEX triplet: 10, 3A and 30. RGB value is (16,58,48). Sum of RGB (Red+Green+Blue) = 16+58+48=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #103A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A30 is #EFC5CF. Grayscale: #2C2C2C. Windows color (decimal): -15713744 or 3160592. OLE color: 3160592.
HSL color Cylindrical-coordinate representation of color #103A30: hue angle of 165.71º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103A30 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 58 | 48 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.77 |
| HSL | 165.71º | 0.57% | 0.15% | - |
| HSV(B) | 165.71º | 0.72% | 0.23% | - |
| XYZ | 2.26 | 3.35 | 3.32 | - |
| YUV | 44.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 48 | 0.72 | 0 | 0.17 | 0.77 | 165.71 | 0.57 | 0.15 |
| Hex | 10 | 3A | 30 | 48 | 0 | 11 | 4D | A6 | 39 | F |
| Octal | 20 | 72 | 60 | 110 | 0 | 21 | 115 | 246 | 71 | 17 |
| Binary | 10000 | 111010 | 110000 | 1001000 | 0 | 10001 | 1001101 | 10100110 | 111001 | 1111 |
Color Harmonies of #103A30
Complementary color
Monochromatic Colors of #103A30
Black with #103A30
Text Example
Text Example
White with #103A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A30; }
p { color: rgb(16,58,48); }
H1.HeaderClassName
{
color: #103A30;
}
.AnyTagClassName
{
color: #103A30;
}
</style>
background-color css
<style>
a { background-color: #103A30; }
a { background-color: rgb(16,58,48); }
div.DivClassName
{
background-color: #103A30;
}
.BgClassName
{
background-color: #103A30;
}
</style>
border-color css
<style>
span { border-color: #103A30; }
span { border-color: rgb(16,58,48); }
td.TdClassName
{
border-color: #103A30;
}
.TagClassName
{
border-color: #103A30;
}
</style>