#009981

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

Shades of Free Speech Aquamarine #009981

Tints of Free Speech Aquamarine #009981

Color information

#009981 (or 0x009981) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 99 and 81. RGB value is (0,153,129). Sum of RGB (Red+Green+Blue) = 0+153+129=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #009981 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009981 is #FF667E. Grayscale: #686868. Windows color (decimal): -16737919 or 8493312. OLE color: 8493312.

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

Color convert

RGB0153129-
CMYK100.160.4
HSL170.59º100%30%-
HSV(B)170.59º100%60%-
XYZ15.3524.3724.66-
YUV104.52141.8153.45-

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.26%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=0%
G=54.26%
B=45.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153129100.160.4170.5910030
Hex099816401028ab641e
Octal02312011440205025314436
Binary01001100110000001110010001000010100010101011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009981; }

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

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

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

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

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

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

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

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