#073930

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

Shades of Deep Teal #073930

Tints of Deep Teal #073930

Color information

#073930 (or 0x073930) is unknown color: approx Deep Teal. HEX triplet: 07, 39 and 30. RGB value is (7,57,48). Sum of RGB (Red+Green+Blue) = 7+57+48=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #073930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073930 is #F8C6CF. Grayscale: #292929. Windows color (decimal): -16303824 or 3160327. OLE color: 3160327.

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

Color convert

RGB75748-
CMYK0.8800.160.78
HSL169.2º78.12%12.55%-
HSV(B)169.2º87.72%22.35%-
XYZ2.083.183.3-
YUV41.02131.94103.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 57 (22.66% from 255) = 50.89%
BLUE value IS 48 (19.14% from 255) = 42.86%
R=6.25%
G=50.89%
B=42.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal757480.8800.160.78169.278.1212.55
Hex73930580104Ea94ed
Octal7716013002011625111615
Binary111111001110000101100001000010011101010100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073930; }

 p { color: rgb(7,57,48); }

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

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

 a { background-color: rgb(7,57,48); }

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

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

 span { border-color: rgb(7,57,48); }

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