#079882

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

Shades of Free Speech Aquamarine #079882

Tints of Free Speech Aquamarine #079882

Color information

#079882 (or 0x079882) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 98 and 82. RGB value is (7,152,130). Sum of RGB (Red+Green+Blue) = 7+152+130=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #079882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079882 is #F8677D. Grayscale: #6A6A6A. Windows color (decimal): -16279422 or 8558599. OLE color: 8558599.

HSL color Cylindrical-coordinate representation of color #079882: hue angle of 170.9º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079882 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB7152130-
CMYK0.9500.140.40
HSL170.9º91.19%31.18%-
HSV(B)170.9º95.39%59.61%-
XYZ15.3524.1124.96-
YUV106.14141.4657.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.42%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=2.42%
G=52.60%
B=44.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71521300.9500.140.40170.991.1931.18
Hex798825F0E28ab5b1f
Octal72302021370165025313337
Binary111100110001000001010111110111010100010101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079882; }

 p { color: rgb(7,152,130); }

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

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

 a { background-color: rgb(7,152,130); }

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

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

 span { border-color: rgb(7,152,130); }

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