#009983

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

Shades of Free Speech Aquamarine #009983

Tints of Free Speech Aquamarine #009983

Color information

#009983 (or 0x009983) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 99 and 83. RGB value is (0,153,131). Sum of RGB (Red+Green+Blue) = 0+153+131=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #009983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009983 is #FF667C. Grayscale: #686868. Windows color (decimal): -16737917 or 8624384. OLE color: 8624384.

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

Color convert

RGB0153131-
CMYK100.140.4
HSL171.37º100%30%-
HSV(B)171.37º100%60%-
XYZ15.4924.4225.37-
YUV104.74142.8153.29-

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) = 53.87%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=0%
G=53.87%
B=46.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153131100.140.4171.3710030
Hex09983640E28ab641e
Octal02312031440165025314436
Binary0100110011000001111001000111010100010101011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009983; }

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

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

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

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

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

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

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

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