#03A980

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

Shades of Free Speech Aquamarine #03A980

Tints of Free Speech Aquamarine #03A980

Color information

#03A980 (or 0x03A980) is unknown color: approx Free Speech Aquamarine. HEX triplet: 03, A9 and 80. RGB value is (3,169,128). Sum of RGB (Red+Green+Blue) = 3+169+128=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #03A980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A980 is #FC567F. Grayscale: #727272. Windows color (decimal): -16537216 or 8431875. OLE color: 8431875.

HSL color Cylindrical-coordinate representation of color #03A980: hue angle of 165.18º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A980 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB3169128-
CMYK0.9800.240.34
HSL165.18º96.51%33.73%-
HSV(B)165.18º98.22%66.27%-
XYZ18.1229.9525.25-
YUV114.69135.548.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1%
GREEN value IS 169 (66.41% from 255) = 56.33%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=1%
G=56.33%
B=42.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal31691280.9800.240.34165.1896.5133.73
Hex3A9806201822a56122
Octal32512001420304224514142
Binary1110101001100000001100010011000100010101001011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A980; }

 p { color: rgb(3,169,128); }

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

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

 a { background-color: rgb(3,169,128); }

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

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

 span { border-color: rgb(3,169,128); }

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