Shades of Deep Teal #103B30
Tints of Deep Teal #103B30
RGB
CMYK
RGB Variations
Color information
#103B30 (or 0x103B30) is known color: Deep Teal. HEX triplet: 10, 3B and 30. RGB value is (16,59,48). Sum of RGB (Red+Green+Blue) = 16+59+48=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #103B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B30 is #EFC4CF. Grayscale: #2C2C2C. Windows color (decimal): -15713488 or 3160848. OLE color: 3160848.
HSL color Cylindrical-coordinate representation of color #103B30: hue angle of 164.65º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103B30 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 59 | 48 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.77 |
| HSL | 164.65º | 0.57% | 0.15% | - |
| HSV(B) | 164.65º | 0.73% | 0.23% | - |
| XYZ | 2.31 | 3.45 | 3.34 | - |
| YUV | 44.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 48 | 0.73 | 0 | 0.19 | 0.77 | 164.65 | 0.57 | 0.15 |
| Hex | 10 | 3B | 30 | 49 | 0 | 13 | 4D | A5 | 39 | F |
| Octal | 20 | 73 | 60 | 111 | 0 | 23 | 115 | 245 | 71 | 17 |
| Binary | 10000 | 111011 | 110000 | 1001001 | 0 | 10011 | 1001101 | 10100101 | 111001 | 1111 |
Color Harmonies of #103B30
Complementary color
Monochromatic Colors of #103B30
Black with #103B30
Text Example
Text Example
White with #103B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B30; }
p { color: rgb(16,59,48); }
H1.HeaderClassName
{
color: #103B30;
}
.AnyTagClassName
{
color: #103B30;
}
</style>
background-color css
<style>
a { background-color: #103B30; }
a { background-color: rgb(16,59,48); }
div.DivClassName
{
background-color: #103B30;
}
.BgClassName
{
background-color: #103B30;
}
</style>
border-color css
<style>
span { border-color: #103B30; }
span { border-color: rgb(16,59,48); }
td.TdClassName
{
border-color: #103B30;
}
.TagClassName
{
border-color: #103B30;
}
</style>