#079694

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

Shades of Dark Cyan #079694

Tints of Dark Cyan #079694

Color information

#079694 (or 0x079694) is unknown color: approx Dark Cyan. HEX triplet: 07, 96 and 94. RGB value is (7,150,148). Sum of RGB (Red+Green+Blue) = 7+150+148=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #079694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079694 is #F8696B. Grayscale: #6A6A6A. Windows color (decimal): -16279916 or 9737735. OLE color: 9737735.

HSL color Cylindrical-coordinate representation of color #079694: hue angle of 179.16º 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 #079694 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB7150148-
CMYK0.9500.010.41
HSL179.16º91.08%30.78%-
HSV(B)179.16º95.33%58.82%-
XYZ16.342431.79-
YUV107.02151.1256.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.30%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=2.30%
G=49.18%
B=48.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71501480.9500.010.41179.1691.0830.78
Hex796945F0129b35b1f
Octal7226224137015126313337
Binary111100101101001010010111110110100110110011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079694; }

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

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

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

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

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

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

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

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