#073D33

Color #073D33 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #073D33

Tints of Deep Teal #073D33

Color information

#073D33 (or 0x073D33) is unknown color: approx Deep Teal. HEX triplet: 07, 3D and 33. RGB value is (7,61,51). Sum of RGB (Red+Green+Blue) = 7+61+51=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #073D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D33 is #F8C2CC. Grayscale: #2B2B2B. Windows color (decimal): -16302797 or 3357959. OLE color: 3357959.

HSL color Cylindrical-coordinate representation of color #073D33: hue angle of 168.89º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D33 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB76151-
CMYK0.8900.160.76
HSL168.89º79.41%13.33%-
HSV(B)168.89º88.52%23.92%-
XYZ2.353.623.71-
YUV43.71132.11101.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 61 (24.22% from 255) = 51.26%
BLUE value IS 51 (20.31% from 255) = 42.86%
R=5.88%
G=51.26%
B=42.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal761510.8900.160.76168.8979.4113.33
Hex73D33590104Ca94fd
Octal7756313102011425111715
Binary111111101110011101100101000010011001010100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073D33; }

 p { color: rgb(7,61,51); }

 H1.HeaderClassName
 {
   color: #073D33;
 }
 .AnyTagClassName
 {
   color: #073D33;
 }
</style>
background-color css

<style>
 a { background-color: #073D33; }

 a { background-color: rgb(7,61,51); }

 div.DivClassName
 {
   background-color: #073D33;
 }
 .BgClassName
 {
   background-color: #073D33;
 }
</style>
border-color css

<style>
 span { border-color: #073D33; }

 span { border-color: rgb(7,61,51); }

 td.TdClassName
 {
   border-color: #073D33;
 }
 .TagClassName
 {
   border-color: #073D33;
 }
</style>