#009980

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

Shades of Free Speech Aquamarine #009980

Tints of Free Speech Aquamarine #009980

Color information

#009980 (or 0x009980) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 99 and 80. RGB value is (0,153,128). Sum of RGB (Red+Green+Blue) = 0+153+128=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #009980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009980 is #FF667F. Grayscale: #686868. Windows color (decimal): -16737920 or 8427776. OLE color: 8427776.

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

Color convert

RGB0153128-
CMYK100.160.4
HSL170.2º100%30%-
HSV(B)170.2º100%60%-
XYZ15.2924.3424.31-
YUV104.4141.3153.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 54.45%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=0%
G=54.45%
B=45.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153128100.160.4170.210030
Hex099806401028aa641e
Octal02312001440205025214436
Binary01001100110000000110010001000010100010101010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009980; }

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

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

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

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

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

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

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

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