Shades of Deep Teal #074238
Tints of Deep Teal #074238
RGB
CMYK
RGB Variations
Color information
#074238 (or 0x074238) is known color: Deep Teal. HEX triplet: 07, 42 and 38. RGB value is (7,66,56). Sum of RGB (Red+Green+Blue) = 7+66+56=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #074238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074238 is #F8BDC7. Grayscale: #2F2F2F. Windows color (decimal): -16301512 or 3686919. OLE color: 3686919.
HSL color Cylindrical-coordinate representation of color #074238: hue angle of 169.83º 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 #074238 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 66 | 56 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.74 |
| HSL | 169.83º | 0.81% | 0.14% | - |
| HSV(B) | 169.83º | 0.89% | 0.26% | - |
| XYZ | 2.75 | 4.23 | 4.41 | - |
| YUV | 47.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 56 | 0.89 | 0 | 0.15 | 0.74 | 169.83 | 0.81 | 0.14 |
| Hex | 7 | 42 | 38 | 59 | 0 | F | 4A | AA | 51 | E |
| Octal | 7 | 102 | 70 | 131 | 0 | 17 | 112 | 252 | 121 | 16 |
| Binary | 111 | 1000010 | 111000 | 1011001 | 0 | 1111 | 1001010 | 10101010 | 1010001 | 1110 |
Color Harmonies of #074238
Complementary color
Monochromatic Colors of #074238
Black with #074238
Text Example
Text Example
White with #074238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074238; }
p { color: rgb(7,66,56); }
H1.HeaderClassName
{
color: #074238;
}
.AnyTagClassName
{
color: #074238;
}
</style>
background-color css
<style>
a { background-color: #074238; }
a { background-color: rgb(7,66,56); }
div.DivClassName
{
background-color: #074238;
}
.BgClassName
{
background-color: #074238;
}
</style>
border-color css
<style>
span { border-color: #074238; }
span { border-color: rgb(7,66,56); }
td.TdClassName
{
border-color: #074238;
}
.TagClassName
{
border-color: #074238;
}
</style>