#07A372

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

Shades of Free Speech Aquamarine #07A372

Tints of Free Speech Aquamarine #07A372

Color information

#07A372 (or 0x07A372) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, A3 and 72. RGB value is (7,163,114). Sum of RGB (Red+Green+Blue) = 7+163+114=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #07A372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A372 is #F85C8D. Grayscale: #6E6E6E. Windows color (decimal): -16276622 or 7512839. OLE color: 7512839.

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

Color convert

RGB7163114-
CMYK0.9600.300.36
HSL161.15º91.76%33.33%-
HSV(B)161.15º95.71%63.92%-
XYZ16.2227.4520.36-
YUV110.77129.8253.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.46%
GREEN value IS 163 (64.06% from 255) = 57.39%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=2.46%
G=57.39%
B=40.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71631140.9600.300.36161.1591.7633.33
Hex7A3726001E24a15c21
Octal72431621400364424113441
Binary1111010001111100101100000011110100100101000011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,163,114); }

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

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

 a { background-color: rgb(7,163,114); }

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

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

 span { border-color: rgb(7,163,114); }

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