#079281

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

Shades of Dark Cyan #079281

Tints of Dark Cyan #079281

Color information

#079281 (or 0x079281) is unknown color: approx Dark Cyan. HEX triplet: 07, 92 and 81. RGB value is (7,146,129). Sum of RGB (Red+Green+Blue) = 7+146+129=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #079281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079281 is #F86D7E. Grayscale: #666666. Windows color (decimal): -16280959 or 8491527. OLE color: 8491527.

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

Color convert

RGB7146129-
CMYK0.9500.120.43
HSL172.66º90.85%30%-
HSV(B)172.66º95.21%57.25%-
XYZ14.3322.1924.3-
YUV102.5142.9559.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.48%
GREEN value IS 146 (57.42% from 255) = 51.77%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=2.48%
G=51.77%
B=45.74%

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
Decimal71461290.9500.120.43172.6690.8530
Hex792815F0C2Bad5b1e
Octal72222011370145325513336
Binary111100100101000000110111110110010101110101101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079281; }

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

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

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

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

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

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

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

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