#07A87C

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

Shades of Free Speech Aquamarine #07A87C

Tints of Free Speech Aquamarine #07A87C

Color information

#07A87C (or 0x07A87C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, A8 and 7C. RGB value is (7,168,124). Sum of RGB (Red+Green+Blue) = 7+168+124=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #07A87C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A87C is #F85783. Grayscale: #727272. Windows color (decimal): -16275332 or 8169479. OLE color: 8169479.

HSL color Cylindrical-coordinate representation of color #07A87C: hue angle of 163.6º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A87C is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB7168124-
CMYK0.9600.260.34
HSL163.6º92%34.31%-
HSV(B)163.6º95.83%65.88%-
XYZ17.7329.5123.83-
YUV114.84133.1651.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.34%
GREEN value IS 168 (66.02% from 255) = 56.19%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=2.34%
G=56.19%
B=41.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71681240.9600.260.34163.69234.31
Hex7A87C6001A22a45c22
Octal72501741400324224413442
Binary1111010100011111001100000011010100010101001001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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