#073F34

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

Shades of Deep Teal #073F34

Tints of Deep Teal #073F34

Color information

#073F34 (or 0x073F34) is unknown color: approx Deep Teal. HEX triplet: 07, 3F and 34. RGB value is (7,63,52). Sum of RGB (Red+Green+Blue) = 7+63+52=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #073F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F34 is #F8C0CB. Grayscale: #2C2C2C. Windows color (decimal): -16302284 or 3424007. OLE color: 3424007.

HSL color Cylindrical-coordinate representation of color #073F34: hue angle of 168.21º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F34 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB76352-
CMYK0.8900.170.75
HSL168.21º80%13.73%-
HSV(B)168.21º88.89%24.71%-
XYZ2.483.853.86-
YUV45131.95100.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 63 (25% from 255) = 51.64%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=5.74%
G=51.64%
B=42.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal763520.8900.170.75168.218013.73
Hex73F34590114Ba850e
Octal7776413102111325012016
Binary111111111110100101100101000110010111010100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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