#049E80

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

Shades of Free Speech Aquamarine #049E80

Tints of Free Speech Aquamarine #049E80

Color information

#049E80 (or 0x049E80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, 9E and 80. RGB value is (4,158,128). Sum of RGB (Red+Green+Blue) = 4+158+128=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 158 (62.11% from 255 or 54.48% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 158 - color contains mainly: green. Hex color #049E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049E80 is #FB617F. Grayscale: #6C6C6C. Windows color (decimal): -16474496 or 8429060. OLE color: 8429060.

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

Color convert

RGB4158128-
CMYK0.9700.190.38
HSL168.31º95.06%31.76%-
HSV(B)168.31º97.47%61.96%-
XYZ16.1726.0424.6-
YUV108.53138.9853.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 158 (62.11% from 255) = 54.48%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=1.38%
G=54.48%
B=44.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41581280.9700.190.38168.3195.0631.76
Hex49E806101326a85f20
Octal42362001410234625013740
Binary10010011110100000001100001010011100110101010001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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