#049E72

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

Shades of Free Speech Aquamarine #049E72

Tints of Free Speech Aquamarine #049E72

Color information

#049E72 (or 0x049E72) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, 9E and 72. RGB value is (4,158,114). Sum of RGB (Red+Green+Blue) = 4+158+114=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 158 (62.11% from 255 or 57.25% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 158 - color contains mainly: green. Hex color #049E72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049E72 is #FB618D. Grayscale: #6A6A6A. Windows color (decimal): -16474510 or 7511556. OLE color: 7511556.

HSL color Cylindrical-coordinate representation of color #049E72: hue angle of 162.86º 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 #049E72 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB4158114-
CMYK0.9700.280.38
HSL162.86º95.06%31.76%-
HSV(B)162.86º97.47%61.96%-
XYZ15.3125.6920.07-
YUV106.94131.9854.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 158 (62.11% from 255) = 57.25%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=1.45%
G=57.25%
B=41.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41581140.9700.280.38162.8695.0631.76
Hex49E726101C26a35f20
Octal42361621410344624313740
Binary1001001111011100101100001011100100110101000111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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