Html Css Color HEX #079C80 Free Speech Aquamarine

📋 copy color: '#079C80'

red 7 ◦ green 156 ◦ blue 128

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

Shades of Free Speech Aquamarine #079C80

Tints of Free Speech Aquamarine #079C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 53.61%

 BLUE value IS 128 (50.39% from 255) = 43.99%

R = 2.41%
G = 53.61%
B = 43.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#079C80 (or 0x079C80) is known color: Free Speech Aquamarine. HEX triplet: 07, 9C and 80. RGB value is (7,156,128). Sum of RGB (Red+Green+Blue) = 7+156+128=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #079C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079C80 is #F8637F. Grayscale: #6C6C6C. Windows color (decimal): -16278400 or 8428551. OLE color: 8428551.

HSL color Cylindrical-coordinate representation of color #079C80: hue angle of 168.72º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079C80 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 156 128 -
CMYK 0.96 0 0.18 0.39
HSL 168.72º 0.91% 0.32% -
HSV(B) 168.72º 0.96% 0.61% -
XYZ 15.87 25.38 24.48 -
YUV 108.26 139.14 55.78 -
System Red Green Blue C M Y K H S L
Decimal 7 156 128 0.96 0 0.18 0.39 168.72 0.91 0.32
Hex 7 9C 80 60 0 12 27 A9 5B 20
Octal 7 234 200 140 0 22 47 251 133 40
Binary 111 10011100 10000000 1100000 0 10010 100111 10101001 1011011 100000

Color Harmonies of #079C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079C80

Black with #079C80

Text Example


Text Example

White with #079C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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