Shades of Deep Teal #073631
Tints of Deep Teal #073631
RGB
CMYK
RGB Variations
Color information
#073631 (or 0x073631) is known color: Deep Teal. HEX triplet: 07, 36 and 31. RGB value is (7,54,49). Sum of RGB (Red+Green+Blue) = 7+54+49=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #073631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073631 is #F8C9CE. Grayscale: #272727. Windows color (decimal): -16304591 or 3225095. OLE color: 3225095.
HSL color Cylindrical-coordinate representation of color #073631: hue angle of 173.62º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073631 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 54 | 49 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.79 |
| HSL | 173.62º | 0.77% | 0.12% | - |
| HSV(B) | 173.62º | 0.87% | 0.21% | - |
| XYZ | 1.96 | 2.91 | 3.36 | - |
| YUV | 39.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 49 | 0.87 | 0 | 0.09 | 0.79 | 173.62 | 0.77 | 0.12 |
| Hex | 7 | 36 | 31 | 57 | 0 | 9 | 4F | AE | 4D | C |
| Octal | 7 | 66 | 61 | 127 | 0 | 11 | 117 | 256 | 115 | 14 |
| Binary | 111 | 110110 | 110001 | 1010111 | 0 | 1001 | 1001111 | 10101110 | 1001101 | 1100 |
Color Harmonies of #073631
Complementary color
Monochromatic Colors of #073631
Black with #073631
Text Example
Text Example
White with #073631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073631; }
p { color: rgb(7,54,49); }
H1.HeaderClassName
{
color: #073631;
}
.AnyTagClassName
{
color: #073631;
}
</style>
background-color css
<style>
a { background-color: #073631; }
a { background-color: rgb(7,54,49); }
div.DivClassName
{
background-color: #073631;
}
.BgClassName
{
background-color: #073631;
}
</style>
border-color css
<style>
span { border-color: #073631; }
span { border-color: rgb(7,54,49); }
td.TdClassName
{
border-color: #073631;
}
.TagClassName
{
border-color: #073631;
}
</style>