#049E78

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

Shades of Free Speech Aquamarine #049E78

Tints of Free Speech Aquamarine #049E78

Color information

#049E78 (or 0x049E78) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, 9E and 78. RGB value is (4,158,120). Sum of RGB (Red+Green+Blue) = 4+158+120=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 158 (62.11% from 255 or 56.03% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 158 - color contains mainly: green. Hex color #049E78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049E78 is #FB6187. Grayscale: #6B6B6B. Windows color (decimal): -16474504 or 7904772. OLE color: 7904772.

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

Color convert

RGB4158120-
CMYK0.9700.240.38
HSL165.19º95.06%31.76%-
HSV(B)165.19º97.47%61.96%-
XYZ15.6725.8421.93-
YUV107.62134.9854.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.42%
GREEN value IS 158 (62.11% from 255) = 56.03%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=1.42%
G=56.03%
B=42.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41581200.9700.240.38165.1995.0631.76
Hex49E786101826a55f20
Octal42361701410304624513740
Binary1001001111011110001100001011000100110101001011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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