#079E7A

Color #079E7A Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #079E7A

Tints of Free Speech Aquamarine #079E7A

Color information

#079E7A (or 0x079E7A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 9E and 7A. RGB value is (7,158,122). Sum of RGB (Red+Green+Blue) = 7+158+122=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #079E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079E7A is #F86185. Grayscale: #6C6C6C. Windows color (decimal): -16277894 or 8035847. OLE color: 8035847.

HSL color Cylindrical-coordinate representation of color #079E7A: hue angle of 165.7º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079E7A is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB7158122-
CMYK0.9600.230.38
HSL165.7º91.52%32.35%-
HSV(B)165.7º95.57%61.96%-
XYZ15.8325.922.58-
YUV108.75135.4755.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.44%
GREEN value IS 158 (62.11% from 255) = 55.05%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=2.44%
G=55.05%
B=42.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71581220.9600.230.38165.791.5232.35
Hex79E7A6001726a65c20
Octal72361721400274624613440
Binary1111001111011110101100000010111100110101001101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,158,122); }

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

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

 a { background-color: rgb(7,158,122); }

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

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

 span { border-color: rgb(7,158,122); }

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