Shades of Deep Teal #07533D
Tints of Deep Teal #07533D
RGB
CMYK
RGB Variations
Color information
#07533D (or 0x07533D) is known color: Deep Teal. HEX triplet: 07, 53 and 3D. RGB value is (7,83,61). Sum of RGB (Red+Green+Blue) = 7+83+61=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #07533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07533D is #F8ACC2. Grayscale: #393939. Windows color (decimal): -16297155 or 4018951. OLE color: 4018951.
HSL color Cylindrical-coordinate representation of color #07533D: hue angle of 162.63º 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 #07533D is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 61 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.67 |
| HSL | 162.63º | 0.84% | 0.18% | - |
| HSV(B) | 162.63º | 0.92% | 0.33% | - |
| XYZ | 4.02 | 6.57 | 5.47 | - |
| YUV | 57.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 61 | 0.92 | 0 | 0.27 | 0.67 | 162.63 | 0.84 | 0.18 |
| Hex | 7 | 53 | 3D | 5C | 0 | 1B | 43 | A3 | 54 | 12 |
| Octal | 7 | 123 | 75 | 134 | 0 | 33 | 103 | 243 | 124 | 22 |
| Binary | 111 | 1010011 | 111101 | 1011100 | 0 | 11011 | 1000011 | 10100011 | 1010100 | 10010 |
Color Harmonies of #07533D
Complementary color
Monochromatic Colors of #07533D
Black with #07533D
Text Example
Text Example
White with #07533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07533D; }
p { color: rgb(7,83,61); }
H1.HeaderClassName
{
color: #07533D;
}
.AnyTagClassName
{
color: #07533D;
}
</style>
background-color css
<style>
a { background-color: #07533D; }
a { background-color: rgb(7,83,61); }
div.DivClassName
{
background-color: #07533D;
}
.BgClassName
{
background-color: #07533D;
}
</style>
border-color css
<style>
span { border-color: #07533D; }
span { border-color: rgb(7,83,61); }
td.TdClassName
{
border-color: #07533D;
}
.TagClassName
{
border-color: #07533D;
}
</style>