#079096

Color #079096 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #079096

Tints of Dark Cyan #079096

Color information

#079096 (or 0x079096) is unknown color: approx Dark Cyan. HEX triplet: 07, 90 and 96. RGB value is (7,144,150). Sum of RGB (Red+Green+Blue) = 7+144+150=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #079096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079096 is #F86F69. Grayscale: #676767. Windows color (decimal): -16281450 or 9867271. OLE color: 9867271.

HSL color Cylindrical-coordinate representation of color #079096: hue angle of 182.52º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079096 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7144150-
CMYK0.950.0400.41
HSL182.52º91.08%30.78%-
HSV(B)182.52º95.33%58.82%-
XYZ15.5722.1932.32-
YUV103.72154.1159.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.33%
GREEN value IS 144 (56.64% from 255) = 47.84%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=2.33%
G=47.84%
B=49.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71441500.950.0400.41182.5291.0830.78
Hex790965F4029b75b1f
Octal7220226137405126713337
Binary11110010000100101101011111100010100110110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079096; }

 p { color: rgb(7,144,150); }

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

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

 a { background-color: rgb(7,144,150); }

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

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

 span { border-color: rgb(7,144,150); }

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