#079A81

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

Shades of Free Speech Aquamarine #079A81

Tints of Free Speech Aquamarine #079A81

Color information

#079A81 (or 0x079A81) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 9A and 81. RGB value is (7,154,129). Sum of RGB (Red+Green+Blue) = 7+154+129=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 154 (60.55% from 255 or 53.10% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 154 - color contains mainly: green. Hex color #079A81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079A81 is #F8657E. Grayscale: #6B6B6B. Windows color (decimal): -16278911 or 8493575. OLE color: 8493575.

HSL color Cylindrical-coordinate representation of color #079A81: hue angle of 169.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079A81 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB7154129-
CMYK0.9500.160.40
HSL169.8º91.3%31.57%-
HSV(B)169.8º95.45%60.39%-
XYZ15.6124.7424.72-
YUV107.2140.356.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.41%
GREEN value IS 154 (60.55% from 255) = 53.10%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=2.41%
G=53.10%
B=44.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71541290.9500.160.40169.891.331.57
Hex79A815F01028aa5b20
Octal72322011370205025213340
Binary11110011010100000011011111010000101000101010101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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