#00A383

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

Shades of Free Speech Aquamarine #00A383

Tints of Free Speech Aquamarine #00A383

Color information

#00A383 (or 0x00A383) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, A3 and 83. RGB value is (0,163,131). Sum of RGB (Red+Green+Blue) = 0+163+131=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 163 (64.06% from 255 or 55.44% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 163 - color contains mainly: green. Hex color #00A383 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A383 is #FF5C7C. Grayscale: #6E6E6E. Windows color (decimal): -16735357 or 8626944. OLE color: 8626944.

HSL color Cylindrical-coordinate representation of color #00A383: hue angle of 168.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A383 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB0163131-
CMYK100.200.36
HSL168.22º100%31.96%-
HSV(B)168.22º100%63.92%-
XYZ17.1927.8325.94-
YUV110.62139.549.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 163 (64.06% from 255) = 55.44%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=0%
G=55.44%
B=44.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal0163131100.200.36168.2210031.96
Hex0A3836401424a86420
Octal02432031440244425014440
Binary010100011100000111100100010100100100101010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A383; }

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

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

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

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

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

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

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

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