Html Css Color HEX #079384 Dark Cyan

📋 copy color: '#079384'

red 7 ◦ green 147 ◦ blue 132

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

Shades of Dark Cyan #079384

Tints of Dark Cyan #079384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.4%

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 2.45%
G = 51.4%
B = 46.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#079384 (or 0x079384) is known color: Dark Cyan. HEX triplet: 07, 93 and 84. RGB value is (7,147,132). Sum of RGB (Red+Green+Blue) = 7+147+132=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #079384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079384 is #F86C7B. Grayscale: #676767. Windows color (decimal): -16280700 or 8688391. OLE color: 8688391.

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

Color convert

RGB 7 147 132 -
CMYK 0.95 0 0.10 0.42
HSL 173.57º 0.91% 0.3% -
HSV(B) 173.57º 0.95% 0.58% -
XYZ 14.69 22.58 25.41 -
YUV 103.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 7 147 132 0.95 0 0.10 0.42 173.57 0.91 0.3
Hex 7 93 84 5F 0 A 2A AE 5B 1E
Octal 7 223 204 137 0 12 52 256 133 36
Binary 111 10010011 10000100 1011111 0 1010 101010 10101110 1011011 11110

Color Harmonies of #079384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079384

Black with #079384

Text Example


Text Example

White with #079384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079384; }

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

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

background-color css

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

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

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

border-color css

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

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

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