Html Css Color HEX #079582 Dark Cyan

📋 copy color: '#079582'

red 7 ◦ green 149 ◦ blue 130

#079582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #079582

Tints of Dark Cyan #079582

RGB

 RED value IS 7 (3.13% from 255) = 2.45%

 GREEN value IS 149 (58.59% from 255) = 52.1%

 BLUE value IS 130 (51.17% from 255) = 45.45%

R = 2.45%
G = 52.1%
B = 45.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#079582 (or 0x079582) is known color: Dark Cyan. HEX triplet: 07, 95 and 82. RGB value is (7,149,130). Sum of RGB (Red+Green+Blue) = 7+149+130=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #079582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079582 is #F86A7D. Grayscale: #686868. Windows color (decimal): -16280190 or 8557831. OLE color: 8557831.

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

Color convert

RGB 7 149 130 -
CMYK 0.95 0 0.13 0.42
HSL 171.97º 0.91% 0.31% -
HSV(B) 171.97º 0.95% 0.58% -
XYZ 14.86 23.15 24.8 -
YUV 104.38 142.46 58.54 -
System Red Green Blue C M Y K H S L
Decimal 7 149 130 0.95 0 0.13 0.42 171.97 0.91 0.31
Hex 7 95 82 5F 0 D 2A AC 5B 1F
Octal 7 225 202 137 0 15 52 254 133 37
Binary 111 10010101 10000010 1011111 0 1101 101010 10101100 1011011 11111

Color Harmonies of #079582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079582

Black with #079582

Text Example


Text Example

White with #079582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079582; }

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

 H1.HeaderClassName
 {
   color: #079582;
 }
 .AnyTagClassName
 {
   color: #079582;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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