#079599

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

Shades of Dark Cyan #079599

Tints of Dark Cyan #079599

Color information

#079599 (or 0x079599) is unknown color: approx Dark Cyan. HEX triplet: 07, 95 and 99. RGB value is (7,149,153). Sum of RGB (Red+Green+Blue) = 7+149+153=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #079599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079599 is #F86A66. Grayscale: #6A6A6A. Windows color (decimal): -16280167 or 10065159. OLE color: 10065159.

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

Color convert

RGB7149153-
CMYK0.950.0300.4
HSL181.64º91.25%31.37%-
HSV(B)181.64º95.42%60%-
XYZ16.5823.8433.86-
YUV107153.9656.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.27%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=2.27%
G=48.22%
B=49.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71491530.950.0300.4181.6491.2531.37
Hex795995F3028b65b1f
Octal7225231137305026613337
Binary1111001010110011001101111111010100010110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079599; }

 p { color: rgb(7,149,153); }

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

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

 a { background-color: rgb(7,149,153); }

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

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

 span { border-color: rgb(7,149,153); }

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