#079293

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

Shades of Dark Cyan #079293

Tints of Dark Cyan #079293

Color information

#079293 (or 0x079293) is unknown color: approx Dark Cyan. HEX triplet: 07, 92 and 93. RGB value is (7,146,147). Sum of RGB (Red+Green+Blue) = 7+146+147=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #079293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079293 is #F86D6C. Grayscale: #686868. Windows color (decimal): -16280941 or 9671175. OLE color: 9671175.

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

Color convert

RGB7146147-
CMYK0.950.0100.42
HSL180.43º90.91%30.2%-
HSV(B)180.43º95.24%57.65%-
XYZ15.6322.7131.16-
YUV104.55151.9558.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.33%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 147 (57.81% from 255) = 49%
R=2.33%
G=48.67%
B=49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71461470.950.0100.42180.4390.9130.2
Hex792935F102Ab45b1e
Octal7222223137105226413336
Binary111100100101001001110111111010101010110100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079293; }

 p { color: rgb(7,146,147); }

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

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

 a { background-color: rgb(7,146,147); }

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

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

 span { border-color: rgb(7,146,147); }

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