#07A87E

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

Shades of Free Speech Aquamarine #07A87E

Tints of Free Speech Aquamarine #07A87E

Color information

#07A87E (or 0x07A87E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, A8 and 7E. RGB value is (7,168,126). Sum of RGB (Red+Green+Blue) = 7+168+126=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #07A87E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A87E is #F85781. Grayscale: #737373. Windows color (decimal): -16275330 or 8300551. OLE color: 8300551.

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

Color convert

RGB7168126-
CMYK0.9600.250.34
HSL164.35º92%34.31%-
HSV(B)164.35º95.83%65.88%-
XYZ17.8629.5624.5-
YUV115.07134.1650.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.33%
GREEN value IS 168 (66.02% from 255) = 55.81%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=2.33%
G=55.81%
B=41.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71681260.9600.250.34164.359234.31
Hex7A87E6001922a45c22
Octal72501761400314224413442
Binary1111010100011111101100000011001100010101001001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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