#049E79

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

Shades of Free Speech Aquamarine #049E79

Tints of Free Speech Aquamarine #049E79

Color information

#049E79 (or 0x049E79) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, 9E and 79. RGB value is (4,158,121). Sum of RGB (Red+Green+Blue) = 4+158+121=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #049E79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049E79 is #FB6186. Grayscale: #6B6B6B. Windows color (decimal): -16474503 or 7970308. OLE color: 7970308.

HSL color Cylindrical-coordinate representation of color #049E79: hue angle of 165.58º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049E79 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB4158121-
CMYK0.9700.230.38
HSL165.58º95.06%31.76%-
HSV(B)165.58º97.47%61.96%-
XYZ15.7325.8622.25-
YUV107.74135.4854.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 158 (62.11% from 255) = 55.83%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=1.41%
G=55.83%
B=42.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41581210.9700.230.38165.5895.0631.76
Hex49E796101726a65f20
Octal42361711410274624613740
Binary1001001111011110011100001010111100110101001101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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