#073A34

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

Shades of Deep Teal #073A34

Tints of Deep Teal #073A34

Color information

#073A34 (or 0x073A34) is unknown color: approx Deep Teal. HEX triplet: 07, 3A and 34. RGB value is (7,58,52). Sum of RGB (Red+Green+Blue) = 7+58+52=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #073A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A34 is #F8C5CB. Grayscale: #2A2A2A. Windows color (decimal): -16303564 or 3422727. OLE color: 3422727.

HSL color Cylindrical-coordinate representation of color #073A34: hue angle of 172.94º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A34 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB75852-
CMYK0.8800.100.77
HSL172.94º78.46%12.75%-
HSV(B)172.94º87.93%22.75%-
XYZ2.223.323.77-
YUV42.07133.6102.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.98%
GREEN value IS 58 (23.05% from 255) = 49.57%
BLUE value IS 52 (20.70% from 255) = 44.44%
R=5.98%
G=49.57%
B=44.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal758520.8800.100.77172.9478.4612.75
Hex73A34580A4Dad4ed
Octal7726413001211525511615
Binary11111101011010010110000101010011011010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,58,52); }

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

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

 a { background-color: rgb(7,58,52); }

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

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

 span { border-color: rgb(7,58,52); }

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