Shades of Deep Teal #074237
Tints of Deep Teal #074237
RGB
CMYK
RGB Variations
Color information
#074237 (or 0x074237) is known color: Deep Teal. HEX triplet: 07, 42 and 37. RGB value is (7,66,55). Sum of RGB (Red+Green+Blue) = 7+66+55=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #074237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074237 is #F8BDC8. Grayscale: #2F2F2F. Windows color (decimal): -16301513 or 3621383. OLE color: 3621383.
HSL color Cylindrical-coordinate representation of color #074237: hue angle of 168.81º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074237 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 66 | 55 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.74 |
| HSL | 168.81º | 0.81% | 0.14% | - |
| HSV(B) | 168.81º | 0.89% | 0.26% | - |
| XYZ | 2.73 | 4.22 | 4.28 | - |
| YUV | 47.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 55 | 0.89 | 0 | 0.17 | 0.74 | 168.81 | 0.81 | 0.14 |
| Hex | 7 | 42 | 37 | 59 | 0 | 11 | 4A | A9 | 51 | E |
| Octal | 7 | 102 | 67 | 131 | 0 | 21 | 112 | 251 | 121 | 16 |
| Binary | 111 | 1000010 | 110111 | 1011001 | 0 | 10001 | 1001010 | 10101001 | 1010001 | 1110 |
Color Harmonies of #074237
Complementary color
Monochromatic Colors of #074237
Black with #074237
Text Example
Text Example
White with #074237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074237; }
p { color: rgb(7,66,55); }
H1.HeaderClassName
{
color: #074237;
}
.AnyTagClassName
{
color: #074237;
}
</style>
background-color css
<style>
a { background-color: #074237; }
a { background-color: rgb(7,66,55); }
div.DivClassName
{
background-color: #074237;
}
.BgClassName
{
background-color: #074237;
}
</style>
border-color css
<style>
span { border-color: #074237; }
span { border-color: rgb(7,66,55); }
td.TdClassName
{
border-color: #074237;
}
.TagClassName
{
border-color: #074237;
}
</style>