#079180

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

Shades of Dark Cyan #079180

Tints of Dark Cyan #079180

Color information

#079180 (or 0x079180) is unknown color: approx Dark Cyan. HEX triplet: 07, 91 and 80. RGB value is (7,145,128). Sum of RGB (Red+Green+Blue) = 7+145+128=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #079180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079180 is #F86E7F. Grayscale: #656565. Windows color (decimal): -16281216 or 8425735. OLE color: 8425735.

HSL color Cylindrical-coordinate representation of color #079180: hue angle of 172.61º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079180 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB7145128-
CMYK0.9500.120.43
HSL172.61º90.79%29.8%-
HSV(B)172.61º95.17%56.86%-
XYZ14.1121.8523.9-
YUV101.8142.7860.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.5%
GREEN value IS 145 (57.03% from 255) = 51.79%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=2.5%
G=51.79%
B=45.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71451280.9500.120.43172.6190.7929.8
Hex791805F0C2Bad5b1e
Octal72212001370145325513336
Binary111100100011000000010111110110010101110101101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079180; }

 p { color: rgb(7,145,128); }

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

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

 a { background-color: rgb(7,145,128); }

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

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

 span { border-color: rgb(7,145,128); }

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