#049980

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

Shades of Free Speech Aquamarine #049980

Tints of Free Speech Aquamarine #049980

Color information

#049980 (or 0x049980) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, 99 and 80. RGB value is (4,153,128). Sum of RGB (Red+Green+Blue) = 4+153+128=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #049980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049980 is #FB667F. Grayscale: #696969. Windows color (decimal): -16475776 or 8427780. OLE color: 8427780.

HSL color Cylindrical-coordinate representation of color #049980: hue angle of 169.93º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049980 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB4153128-
CMYK0.9700.160.4
HSL169.93º94.9%30.78%-
HSV(B)169.93º97.39%60%-
XYZ15.3424.3724.32-
YUV105.6140.6455.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=1.40%
G=53.68%
B=44.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41531280.9700.160.4169.9394.930.78
Hex499806101028aa5f1f
Octal42312001410205025213737
Binary1001001100110000000110000101000010100010101010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049980; }

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

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

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

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

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

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

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

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