#07AC7B

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

Shades of Free Speech Aquamarine #07AC7B

Tints of Free Speech Aquamarine #07AC7B

Color information

#07AC7B (or 0x07AC7B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, AC and 7B. RGB value is (7,172,123). Sum of RGB (Red+Green+Blue) = 7+172+123=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AC7B is #F85384. Grayscale: #757575. Windows color (decimal): -16274309 or 8104967. OLE color: 8104967.

HSL color Cylindrical-coordinate representation of color #07AC7B: hue angle of 162.18º 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 #07AC7B is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB7172123-
CMYK0.9600.280.33
HSL162.18º92.18%35.1%-
HSV(B)162.18º95.93%67.45%-
XYZ18.4230.9823.75-
YUV117.08131.3449.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.32%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=2.32%
G=56.95%
B=40.73%

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
Decimal71721230.9600.280.33162.1892.1835.1
Hex7AC7B6001C21a25c23
Octal72541731400344124213443
Binary1111010110011110111100000011100100001101000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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