#07AB7E

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

Shades of Free Speech Aquamarine #07AB7E

Tints of Free Speech Aquamarine #07AB7E

Color information

#07AB7E (or 0x07AB7E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, AB and 7E. RGB value is (7,171,126). Sum of RGB (Red+Green+Blue) = 7+171+126=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AB7E is #F85481. Grayscale: #747474. Windows color (decimal): -16274562 or 8301319. OLE color: 8301319.

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

Color convert

RGB7171126-
CMYK0.9600.260.33
HSL163.54º92.13%34.9%-
HSV(B)163.54º95.91%67.06%-
XYZ18.4230.6824.69-
YUV116.83133.1749.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.30%
GREEN value IS 171 (67.19% from 255) = 56.25%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=2.30%
G=56.25%
B=41.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71711260.9600.260.33163.5492.1334.9
Hex7AB7E6001A21a45c23
Octal72531761400324124413443
Binary1111010101111111101100000011010100001101001001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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