Shades of Deep Teal #075341
Tints of Deep Teal #075341
RGB
CMYK
RGB Variations
Color information
#075341 (or 0x075341) is known color: Deep Teal. HEX triplet: 07, 53 and 41. RGB value is (7,83,65). Sum of RGB (Red+Green+Blue) = 7+83+65=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #075341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075341 is #F8ACBE. Grayscale: #3A3A3A. Windows color (decimal): -16297151 or 4281095. OLE color: 4281095.
HSL color Cylindrical-coordinate representation of color #075341: hue angle of 165.79º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075341 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 65 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.67 |
| HSL | 165.79º | 0.84% | 0.18% | - |
| HSV(B) | 165.79º | 0.92% | 0.33% | - |
| XYZ | 4.14 | 6.61 | 6.06 | - |
| YUV | 58.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 65 | 0.92 | 0 | 0.22 | 0.67 | 165.79 | 0.84 | 0.18 |
| Hex | 7 | 53 | 41 | 5C | 0 | 16 | 43 | A6 | 54 | 12 |
| Octal | 7 | 123 | 101 | 134 | 0 | 26 | 103 | 246 | 124 | 22 |
| Binary | 111 | 1010011 | 1000001 | 1011100 | 0 | 10110 | 1000011 | 10100110 | 1010100 | 10010 |
Color Harmonies of #075341
Complementary color
Monochromatic Colors of #075341
Black with #075341
Text Example
Text Example
White with #075341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075341; }
p { color: rgb(7,83,65); }
H1.HeaderClassName
{
color: #075341;
}
.AnyTagClassName
{
color: #075341;
}
</style>
background-color css
<style>
a { background-color: #075341; }
a { background-color: rgb(7,83,65); }
div.DivClassName
{
background-color: #075341;
}
.BgClassName
{
background-color: #075341;
}
</style>
border-color css
<style>
span { border-color: #075341; }
span { border-color: rgb(7,83,65); }
td.TdClassName
{
border-color: #075341;
}
.TagClassName
{
border-color: #075341;
}
</style>