Shades of Deep Teal #074D3B
Tints of Deep Teal #074D3B
RGB
CMYK
RGB Variations
Color information
#074D3B (or 0x074D3B) is known color: Deep Teal. HEX triplet: 07, 4D and 3B. RGB value is (7,77,59). Sum of RGB (Red+Green+Blue) = 7+77+59=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #074D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D3B is #F8B2C4. Grayscale: #363636. Windows color (decimal): -16298693 or 3886343. OLE color: 3886343.
HSL color Cylindrical-coordinate representation of color #074D3B: hue angle of 164.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D3B is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 59 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.70 |
| HSL | 164.57º | 0.83% | 0.16% | - |
| HSV(B) | 164.57º | 0.91% | 0.3% | - |
| XYZ | 3.53 | 5.67 | 5.05 | - |
| YUV | 54.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 59 | 0.91 | 0 | 0.23 | 0.70 | 164.57 | 0.83 | 0.16 |
| Hex | 7 | 4D | 3B | 5B | 0 | 17 | 46 | A5 | 53 | 10 |
| Octal | 7 | 115 | 73 | 133 | 0 | 27 | 106 | 245 | 123 | 20 |
| Binary | 111 | 1001101 | 111011 | 1011011 | 0 | 10111 | 1000110 | 10100101 | 1010011 | 10000 |
Color Harmonies of #074D3B
Complementary color
Monochromatic Colors of #074D3B
Black with #074D3B
Text Example
Text Example
White with #074D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D3B; }
p { color: rgb(7,77,59); }
H1.HeaderClassName
{
color: #074D3B;
}
.AnyTagClassName
{
color: #074D3B;
}
</style>
background-color css
<style>
a { background-color: #074D3B; }
a { background-color: rgb(7,77,59); }
div.DivClassName
{
background-color: #074D3B;
}
.BgClassName
{
background-color: #074D3B;
}
</style>
border-color css
<style>
span { border-color: #074D3B; }
span { border-color: rgb(7,77,59); }
td.TdClassName
{
border-color: #074D3B;
}
.TagClassName
{
border-color: #074D3B;
}
</style>