#049F81

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

Shades of Free Speech Aquamarine #049F81

Tints of Free Speech Aquamarine #049F81

Color information

#049F81 (or 0x049F81) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, 9F and 81. RGB value is (4,159,129). Sum of RGB (Red+Green+Blue) = 4+159+129=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #049F81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049F81 is #FB607E. Grayscale: #6D6D6D. Windows color (decimal): -16474239 or 8494852. OLE color: 8494852.

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

Color convert

RGB4159129-
CMYK0.9700.190.38
HSL168.39º95.09%31.96%-
HSV(B)168.39º97.48%62.35%-
XYZ16.4126.4125-
YUV109.24139.1552.94-

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.45%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=1.37%
G=54.45%
B=44.18%

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
Decimal41591290.9700.190.38168.3995.0931.96
Hex49F816101326a85f20
Octal42372011410234625013740
Binary10010011111100000011100001010011100110101010001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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