Shades of Deep Teal #074338
Tints of Deep Teal #074338
RGB
CMYK
RGB Variations
Color information
#074338 (or 0x074338) is known color: Deep Teal. HEX triplet: 07, 43 and 38. RGB value is (7,67,56). Sum of RGB (Red+Green+Blue) = 7+67+56=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #074338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074338 is #F8BCC7. Grayscale: #2F2F2F. Windows color (decimal): -16301256 or 3687175. OLE color: 3687175.
HSL color Cylindrical-coordinate representation of color #074338: hue angle of 169º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074338 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 67 | 56 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.74 |
| HSL | 169º | 0.81% | 0.15% | - |
| HSV(B) | 169º | 0.9% | 0.26% | - |
| XYZ | 2.81 | 4.35 | 4.43 | - |
| YUV | 47.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 56 | 0.90 | 0 | 0.16 | 0.74 | 169 | 0.81 | 0.15 |
| Hex | 7 | 43 | 38 | 5A | 0 | 10 | 4A | A9 | 51 | F |
| Octal | 7 | 103 | 70 | 132 | 0 | 20 | 112 | 251 | 121 | 17 |
| Binary | 111 | 1000011 | 111000 | 1011010 | 0 | 10000 | 1001010 | 10101001 | 1010001 | 1111 |
Color Harmonies of #074338
Complementary color
Monochromatic Colors of #074338
Black with #074338
Text Example
Text Example
White with #074338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074338; }
p { color: rgb(7,67,56); }
H1.HeaderClassName
{
color: #074338;
}
.AnyTagClassName
{
color: #074338;
}
</style>
background-color css
<style>
a { background-color: #074338; }
a { background-color: rgb(7,67,56); }
div.DivClassName
{
background-color: #074338;
}
.BgClassName
{
background-color: #074338;
}
</style>
border-color css
<style>
span { border-color: #074338; }
span { border-color: rgb(7,67,56); }
td.TdClassName
{
border-color: #074338;
}
.TagClassName
{
border-color: #074338;
}
</style>