#00AF80

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

Shades of Free Speech Aquamarine #00AF80

Tints of Free Speech Aquamarine #00AF80

Color information

#00AF80 (or 0x00AF80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, AF and 80. RGB value is (0,175,128). Sum of RGB (Red+Green+Blue) = 0+175+128=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AF80 is #FF507F. Grayscale: #757575. Windows color (decimal): -16732288 or 8433408. OLE color: 8433408.

HSL color Cylindrical-coordinate representation of color #00AF80: hue angle of 163.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AF80 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB0175128-
CMYK100.270.31
HSL163.89º100%34.31%-
HSV(B)163.89º100%68.63%-
XYZ19.2332.2225.63-
YUV117.32134.0244.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 175 (68.75% from 255) = 57.76%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=0%
G=57.76%
B=42.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal0175128100.270.31163.8910034.31
Hex0AF806401B1Fa46422
Octal02572001440333724414442
Binary01010111110000000110010001101111111101001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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