#07AC7C

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

Shades of Free Speech Aquamarine #07AC7C

Tints of Free Speech Aquamarine #07AC7C

Color information

#07AC7C (or 0x07AC7C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, AC and 7C. RGB value is (7,172,124). Sum of RGB (Red+Green+Blue) = 7+172+124=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AC7C is #F85383. Grayscale: #757575. Windows color (decimal): -16274308 or 8170503. OLE color: 8170503.

HSL color Cylindrical-coordinate representation of color #07AC7C: hue angle of 162.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AC7C is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB7172124-
CMYK0.9600.280.33
HSL162.55º92.18%35.1%-
HSV(B)162.55º95.93%67.45%-
XYZ18.4831.0124.08-
YUV117.19131.8449.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.31%
GREEN value IS 172 (67.58% from 255) = 56.77%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=2.31%
G=56.77%
B=40.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71721240.9600.280.33162.5592.1835.1
Hex7AC7C6001C21a35c23
Octal72541741400344124313443
Binary1111010110011111001100000011100100001101000111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07AC7C; }

 p { color: rgb(7,172,124); }

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

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

 a { background-color: rgb(7,172,124); }

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

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

 span { border-color: rgb(7,172,124); }

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