#049F80

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

Shades of Free Speech Aquamarine #049F80

Tints of Free Speech Aquamarine #049F80

Color information

#049F80 (or 0x049F80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, 9F and 80. RGB value is (4,159,128). Sum of RGB (Red+Green+Blue) = 4+159+128=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #049F80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049F80 is #FB607F. Grayscale: #6D6D6D. Windows color (decimal): -16474240 or 8429316. OLE color: 8429316.

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

Color convert

RGB4159128-
CMYK0.9700.190.38
HSL168º95.09%31.96%-
HSV(B)168º97.48%62.35%-
XYZ16.3426.3824.65-
YUV109.12138.6553.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 159 (62.5% from 255) = 54.64%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=1.37%
G=54.64%
B=43.99%

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
Decimal41591280.9700.190.3816895.0931.96
Hex49F806101326a85f20
Octal42372001410234625013740
Binary10010011111100000001100001010011100110101010001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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