#049A79

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

Shades of Free Speech Aquamarine #049A79

Tints of Free Speech Aquamarine #049A79

Color information

#049A79 (or 0x049A79) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, 9A and 79. RGB value is (4,154,121). Sum of RGB (Red+Green+Blue) = 4+154+121=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #049A79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049A79 is #FB6586. Grayscale: #696969. Windows color (decimal): -16475527 or 7969284. OLE color: 7969284.

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

Color convert

RGB4154121-
CMYK0.9700.210.40
HSL166.8º94.94%30.98%-
HSV(B)166.8º97.4%60.39%-
XYZ15.0624.5222.03-
YUV105.39136.855.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.43%
GREEN value IS 154 (60.55% from 255) = 55.20%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=1.43%
G=55.20%
B=43.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41541210.9700.210.40166.894.9430.98
Hex49A796101528a75f1f
Octal42321711410255024713737
Binary100100110101111001110000101010110100010100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049A79; }

 p { color: rgb(4,154,121); }

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

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

 a { background-color: rgb(4,154,121); }

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

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

 span { border-color: rgb(4,154,121); }

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