#009A82

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

Shades of Free Speech Aquamarine #009A82

Tints of Free Speech Aquamarine #009A82

Color information

#009A82 (or 0x009A82) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9A and 82. RGB value is (0,154,130). Sum of RGB (Red+Green+Blue) = 0+154+130=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #009A82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A82 is #FF657D. Grayscale: #696969. Windows color (decimal): -16737662 or 8559104. OLE color: 8559104.

HSL color Cylindrical-coordinate representation of color #009A82: hue angle of 170.65º 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 #009A82 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB0154130-
CMYK100.160.40
HSL170.65º100%30.2%-
HSV(B)170.65º100%60.39%-
XYZ15.5824.7225.07-
YUV105.22141.9852.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 154 (60.55% from 255) = 54.23%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=0%
G=54.23%
B=45.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0154130100.160.40170.6510030.2
Hex09A826401028ab641e
Octal02322021440205025314436
Binary01001101010000010110010001000010100010101011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009A82; }

 p { color: rgb(0,154,130); }

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

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

 a { background-color: rgb(0,154,130); }

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

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

 span { border-color: rgb(0,154,130); }

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